summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2008-12-04pkt_sched: sch_htb: Replace HTB_ACCNT() macro with inlinesJarek Poplawski1-9/+29
2008-12-04pkt_sched: sch_htb: Remove L2T()Jarek Poplawski1-8/+1
2008-12-04pkt_sched: sch_htb: Clean htb_class prio and quantum fieldsJarek Poplawski1-25/+16
2008-12-04pkt_sched: sch_htb: Remove htb_sched nwc_hit fieldJarek Poplawski1-5/+2
2008-12-04pkt_sched: sch_htb: Remove htb_class aprio fieldJarek Poplawski1-3/+2
2008-12-04Phonet: basic net namespace supportRémi Denis-Courmont3-13/+12
2008-12-04xfrm: Accept XFRM_STATE_AF_UNSPEC SAs on IPv4/IPv6 only hostsMartin Willi1-15/+11
2008-12-03xfrm: Cleanup for unlink SPD entryWei Yongjun1-25/+10
2008-12-03Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-0/+1
2008-12-03xfrm: Fix kernel panic when flush and dump SPD entriesWei Yongjun1-0/+1
2008-12-03Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/holtma...David S. Miller20-130/+52
2008-12-03Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller3-4/+13
2008-12-02net: percpu_counter_inc() should not be called in BH-disabled sectionEric Dumazet1-2/+2
2008-12-02dccp: Feature activation handlersGerrit Renker2-10/+204
2008-12-02dccp: Processing Confirm optionsGerrit Renker3-17/+101
2008-12-02dccp: Process incoming Change feature-negotiation optionsGerrit Renker3-18/+189
2008-12-02dccp: Preference list reconciliationGerrit Renker1-2/+75
2008-12-02dccp: Integrate feature-negotiation insertion codeGerrit Renker1-12/+21
2008-12-02dccp: Insert feature-negotiation options into skbGerrit Renker2-0/+67
2008-11-30Bluetooth: Fix RFCOMM release oops when device is still in useMarcel Holtmann1-9/+21
2008-11-30Bluetooth: Fix format arguments warningMarcel Holtmann1-1/+1
2008-11-30Bluetooth: Enable per-module dynamic debug messagesMarcel Holtmann20-99/+4
2008-11-30Bluetooth: Send HCI Reset command by default on device initializationMarcel Holtmann2-2/+2
2008-11-30Bluetooth: Fix warnings for bt_key_strings and bt_slock_key_stringsMarcel Holtmann1-18/+23
2008-11-30Bluetooth: Fix leak of uninitialized data to userspaceVegard Nossum1-1/+1
2008-11-28pkt_sched: fix sparse warningHannes Eder1-1/+1
2008-11-28netlink: allow empty nested attributesPatrick McHardy1-0/+6
2008-11-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller30-211/+427
2008-11-28sctp: fix missing label when PROC_FS=nRandy Dunlap1-2/+3
2008-11-27decnet: remove private wrappers of endian helpersHarvey Harrison8-86/+88
2008-11-27Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller8-27/+52
2008-11-27net: Fix soft lockups/OOM issues w/ unix garbage collectordann frazier2-3/+12
2008-11-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller13-91/+606
2008-11-27Phonet: fix oops in phonet_address_del() on non-Phonet deviceRémi Denis-Courmont1-1/+1
2008-11-27pkt_sched: gen_estimator: Optimize gen_estimator_active()Jarek Poplawski2-18/+11
2008-11-26mac80211: fix unaligned access in ieee80211_wep_encrypt_dataIvan Kuten1-3/+4
2008-11-26nl80211: Change max TX power to be in mBm instead of dBmJouni Malinen1-2/+2
2008-11-26rfkill: always call get_state() hook on resumeHenrique de Moraes Holschuh1-0/+10
2008-11-26rfkill: preserve state across suspendHenrique de Moraes Holschuh1-1/+6
2008-11-26mac80211: Look out for some other AP when disassoc is received.Vivek Natarajan1-2/+6
2008-11-26nl80211: Report max TX power in NL80211_BAND_ATTR_FREQSJouni Malinen1-0/+3
2008-11-26mac80211: Fix pid rate-setting algorithm to allow rate changesLarry Finger1-1/+1
2008-11-26mac80211: make Minstrel the default rate control algorithmLuis R. Rodriguez1-4/+4
2008-11-26netfilter: ctnetlink: fix GFP_KERNEL allocation under spinlockPatrick McHardy1-1/+1
2008-11-26net: release skb->dst in sock_queue_rcv_skb()Eric Dumazet1-1/+5
2008-11-26net: Use a percpu_counter for orphan_countEric Dumazet6-16/+22
2008-11-26net: Use a percpu_counter for sockets_allocatedEric Dumazet8-14/+26
2008-11-26tc: policing requires a rate estimatorStephen Hemminger2-3/+33
2008-11-26tc: check for errors in gen_rate_estimator creationStephen Hemminger6-41/+97
2008-11-26tc: propogate errors from tcf_hash_createStephen Hemminger8-19/+27