summaryrefslogtreecommitdiff
path: root/include/net
AgeCommit message (Expand)AuthorFilesLines
2009-07-24mac80211: remove master netdevJohannes Berg1-0/+3
2009-07-24mac80211: add helper for management / no-ack frame rate decisionLuis R. Rodriguez1-0/+23
2009-07-24mac80211: drop frames for sta with no valid rateLuis R. Rodriguez1-0/+11
2009-07-24cfg80211: update misleading commentHelmut Schaa1-1/+1
2009-07-24cfg80211: rework key operationJohannes Berg1-1/+17
2009-07-24Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-0/+5
2009-07-24Phonet: sockets list through proc_fsRémi Denis-Courmont1-0/+2
2009-07-20net: explain netns notifiers a little betterJohannes Berg1-7/+9
2009-07-20tcp: Fix MD5 signature checking on IPv4 mapped socketsJohn Dykstra1-0/+5
2009-07-17Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-13/+19
2009-07-17net: sock_copy() fixesEric Dumazet1-13/+19
2009-07-15wireless extensions: make netns awareJohannes Berg1-0/+3
2009-07-13udpv6: Remove unused skb argument of ipv6_select_ident()Sridhar Samudrala1-0/+12
2009-07-13udpv4: Handle large incoming UDP/IPv4 packets and support software UFO.Sridhar Samudrala1-0/+3
2009-07-13net: move and export get_net_ns_by_pidJohannes Berg1-0/+2
2009-07-13genetlink: make netns awareJohannes Berg2-7/+61
2009-07-13net: make namespace iteration possible under RCUJohannes Berg1-0/+3
2009-07-10cfg80211: fix lockingJohannes Berg1-5/+19
2009-07-10cfg80211: mlme API must be able to sleepJohannes Berg1-16/+14
2009-07-10cfg80211: dont use union for wextJohannes Berg1-4/+2
2009-07-10cfg80211: let SME control reassociation vs. associationJohannes Berg1-1/+2
2009-07-10cfg80211: keep track of BSSesJohannes Berg1-64/+22
2009-07-10cfg80211: assimilate and export ieee80211_bss_get_ieJohannes Berg1-0/+9
2009-07-10cfg80211: implement get_wireless_statsJohannes Berg1-0/+1
2009-07-10cfg80211: implement IWRATEJohannes Berg1-0/+32
2009-07-10cfg80211: implement IWAP for WDSJohannes Berg1-0/+10
2009-07-10cfg80211: implement iwpowerJohannes Berg1-0/+13
2009-07-10cfg80211: managed mode wext compatibilityJohannes Berg1-1/+35
2009-07-10cfg80211: emulate connect with auth/assocJohannes Berg1-1/+5
2009-07-10cfg80211: connect/disconnect APISamuel Ortiz1-6/+129
2009-07-10cfg80211: introduce nl80211 testmode commandJohannes Berg2-0/+88
2009-07-10wext: constify extra argument to wireless_send_eventJohannes Berg1-1/+1
2009-07-10cfg80211: remove wireless_dev->bssidJohannes Berg1-1/+0
2009-07-10cfg80211: use proper allocation flagsJohannes Berg1-7/+14
2009-07-10cfg80211: add wrapper function to get wiphy from priv pointerDavid Kilroy1-0/+11
2009-07-10mac80211: push rx status into skb->cbJohannes Berg1-15/+14
2009-07-10cfg80211: pass netdev to change_virtual_intfJohannes Berg1-1/+2
2009-07-10Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-0/+69
2009-07-10memory barrier: adding smp_mb__after_lockJiri Olsa1-1/+4
2009-07-10net: adding memory barrier to the poll and receive callbacksJiri Olsa1-0/+66
2009-07-06net, netns_xt: shrink netns_xt membersCyrill Gorcunov1-0/+3
2009-07-06cleanup: remove unused member in scm_cookie.Rami Rosen1-2/+0
2009-06-30Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller1-2/+2
2009-06-29netfilter: tcp conntrack: fix unacknowledged data detection with NATPatrick McHardy1-2/+2
2009-06-25Phonet: publicize the Netlink notification functionRémi Denis-Courmont1-0/+1
2009-06-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds5-3/+6
2009-06-24net: Move rx skb_orphan call to where neededHerbert Xu2-0/+3
2009-06-23ipv6: Use correct data types for ICMPv6 type and codeBrian Haley3-3/+3
2009-06-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds1-2/+0
2009-06-19af_iucv: Return -EAGAIN if iucv msg limit is exceededHendrik Brueckner1-2/+0