summaryrefslogtreecommitdiffstats
path: root/include/net
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-07-161-13/+19
|\
| * net: sock_copy() fixesEric Dumazet2009-07-161-13/+19
* | wireless extensions: make netns awareJohannes Berg2009-07-151-0/+3
* | udpv6: Remove unused skb argument of ipv6_select_ident()Sridhar Samudrala2009-07-121-0/+12
* | udpv4: Handle large incoming UDP/IPv4 packets and support software UFO.Sridhar Samudrala2009-07-121-0/+3
* | net: move and export get_net_ns_by_pidJohannes Berg2009-07-121-0/+2
* | genetlink: make netns awareJohannes Berg2009-07-122-7/+61
* | net: make namespace iteration possible under RCUJohannes Berg2009-07-121-0/+3
* | cfg80211: fix lockingJohannes Berg2009-07-101-5/+19
* | cfg80211: mlme API must be able to sleepJohannes Berg2009-07-101-16/+14
* | cfg80211: dont use union for wextJohannes Berg2009-07-101-4/+2
* | cfg80211: let SME control reassociation vs. associationJohannes Berg2009-07-101-1/+2
* | cfg80211: keep track of BSSesJohannes Berg2009-07-101-64/+22
* | cfg80211: assimilate and export ieee80211_bss_get_ieJohannes Berg2009-07-101-0/+9
* | cfg80211: implement get_wireless_statsJohannes Berg2009-07-101-0/+1
* | cfg80211: implement IWRATEJohannes Berg2009-07-101-0/+32
* | cfg80211: implement IWAP for WDSJohannes Berg2009-07-101-0/+10
* | cfg80211: implement iwpowerJohannes Berg2009-07-101-0/+13
* | cfg80211: managed mode wext compatibilityJohannes Berg2009-07-101-1/+35
* | cfg80211: emulate connect with auth/assocJohannes Berg2009-07-101-1/+5
* | cfg80211: connect/disconnect APISamuel Ortiz2009-07-101-6/+129
* | cfg80211: introduce nl80211 testmode commandJohannes Berg2009-07-102-0/+88
* | wext: constify extra argument to wireless_send_eventJohannes Berg2009-07-101-1/+1
* | cfg80211: remove wireless_dev->bssidJohannes Berg2009-07-101-1/+0
* | cfg80211: use proper allocation flagsJohannes Berg2009-07-101-7/+14
* | cfg80211: add wrapper function to get wiphy from priv pointerDavid Kilroy2009-07-101-0/+11
* | mac80211: push rx status into skb->cbJohannes Berg2009-07-101-15/+14
* | cfg80211: pass netdev to change_virtual_intfJohannes Berg2009-07-101-1/+2
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-07-091-0/+69
|\|
| * memory barrier: adding smp_mb__after_lockJiri Olsa2009-07-091-1/+4
| * net: adding memory barrier to the poll and receive callbacksJiri Olsa2009-07-091-0/+66
* | net, netns_xt: shrink netns_xt membersCyrill Gorcunov2009-07-051-0/+3
* | cleanup: remove unused member in scm_cookie.Rami Rosen2009-07-051-2/+0
|/
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller2009-06-291-2/+2
|\
| * netfilter: tcp conntrack: fix unacknowledged data detection with NATPatrick McHardy2009-06-291-2/+2
* | Phonet: publicize the Netlink notification functionRĂ©mi Denis-Courmont2009-06-251-0/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2009-06-245-3/+6
|\
| * net: Move rx skb_orphan call to where neededHerbert Xu2009-06-232-0/+3
| * ipv6: Use correct data types for ICMPv6 type and codeBrian Haley2009-06-233-3/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2009-06-221-2/+0
|\|
| * af_iucv: Return -EAGAIN if iucv msg limit is exceededHendrik Brueckner2009-06-191-2/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2009-06-182-1/+34
|\|
| * net: sk_wmem_alloc has initial value of one, not zeroEric Dumazet2009-06-171-0/+33
| * x25: Fix sleep from timer on socket destroy.David S. Miller2009-06-161-1/+1
* | Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/ve...Linus Torvalds2009-06-163-5/+16
|\ \ | |/ |/|
| * net: annotate struct sock bitfieldVegard Nossum2009-06-151-0/+2
| * net: annotate inet_timewait_sock bitfieldsVegard Nossum2009-06-151-1/+4
| * net: annotate bitfields in struct inet_sockVegard Nossum2009-06-151-4/+10
* | pkt_sched: Rename PSCHED_US2NS and PSCHED_NS2USJarek Poplawski2009-06-151-4/+4
* | netfilter: conntrack: optional reliable conntrack event deliveryPablo Neira Ayuso2009-06-133-17/+48