summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2008-12-05cfg80211: "fix" 11d oopsJohannes Berg1-0/+3
2008-12-05mac80211: tx module cleanup.Rami Rosen1-8/+3
2008-12-05cfg80211: fix wiphy remove if no regulatory requestJohannes Berg1-1/+1
2008-12-05mac80211: add sta_notify_ps callbackChristian Lamparter1-0/+7
2008-12-05mac80211: accept empty strings for hidden SSIDsFabio Rossi1-1/+1
2008-12-05cfg80211: handle SIOCGIWMODE/SIOCSIWMODEJohannes Berg3-74/+85
2008-12-05cfg80211: handle SIOCGIWNAMEJohannes Berg3-43/+62
2008-12-05nl80211: Add frequency configuration (including HT40)Jouni Malinen5-4/+98
2008-12-05mac80211: only transition STAs ps->wake on data framesJohannes Berg1-8/+20
2008-12-05mac80211: disassociate prior to unlinking AP/stationTomas Winkler1-4/+14
2008-12-05mac80211: deauth when interface is marked downJohn W. Linville1-1/+5
2008-12-05xfrm: Accept ESP packets regardless of UDP encapsulation modeMartin Willi1-5/+0
2008-12-04net/ipv6/ip6mr.c: Use kmem_cache_zalloc, remove memsetJoe Perches1-4/+2
2008-12-04net: /proc/net/ip_mr_cache, display Iif as a signed shortBenjamin Thery2-2/+2
2008-12-04net: fix /proc/net/ip_mr_cache display - V2Benjamin Thery2-10/+22
2008-12-04atm: 32-bit ioctl compatibilityDavid Woodhouse6-27/+135
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