summaryrefslogtreecommitdiff
path: root/include/net
AgeCommit message (Expand)AuthorFilesLines
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
2009-06-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2-1/+34
2009-06-17net: sk_wmem_alloc has initial value of one, not zeroEric Dumazet1-0/+33
2009-06-17Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/ve...Linus Torvalds3-5/+16
2009-06-16x25: Fix sleep from timer on socket destroy.David S. Miller1-1/+1
2009-06-15net: annotate struct sock bitfieldVegard Nossum1-0/+2
2009-06-15net: annotate inet_timewait_sock bitfieldsVegard Nossum1-1/+4
2009-06-15net: annotate bitfields in struct inet_sockVegard Nossum1-4/+10
2009-06-15pkt_sched: Rename PSCHED_US2NS and PSCHED_NS2USJarek Poplawski1-4/+4
2009-06-13netfilter: conntrack: optional reliable conntrack event deliveryPablo Neira Ayuso3-17/+48
2009-06-13netfilter: conntrack: move helper destruction to nf_ct_helper_destroy()Pablo Neira Ayuso1-0/+2
2009-06-13netfilter: conntrack: move event caching to conntrack extension infrastructurePablo Neira Ayuso3-64/+73
2009-06-11Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...Patrick McHardy21-71/+529
2009-06-11Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/holtma...David S. Miller3-27/+52
2009-06-11net: No more expensive sock_hold()/sock_put() on each txEric Dumazet1-1/+5
2009-06-10mac80211: do not pass PS frames out of mac80211 againJohannes Berg1-0/+3
2009-06-10netfilter: nf_conntrack: use per-conntrack locks for protocol dataPatrick McHardy2-2/+4
2009-06-09net: add NL802154 interface for configuration of 802.15.4 devicesSergey Lapin1-0/+41
2009-06-09net: add IEEE 802.15.4 socket family implementationSergey Lapin3-0/+335
2009-06-09pkt_sched: Change PSCHED_SHIFT from 10 to 6Jarek Poplawski1-2/+2
2009-06-09pkt_sched: Use PSCHED_SHIFT in PSCHED time conversionJarek Poplawski1-2/+3