aboutsummaryrefslogtreecommitdiffstats
path: root/include/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-01-31mac80211: inform the driver about update of dtim_periodEmmanuel Grumbach1-7/+9
2013-01-31cfg80211/mac80211: support reporting wakeup reasonJohannes Berg2-0/+53
2013-01-30ipv6 flowlabel: Convert np->ipv6_fl_list to RCU.YOSHIFUJI Hideaki / 吉藤英明1-0/+1
2013-01-30ipv6 flowlabel: Convert hash list to RCU.YOSHIFUJI Hideaki / 吉藤英明1-0/+1
2013-01-30Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextJohn W. Linville2-11/+62
2013-01-30Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-nextJohn W. Linville5-2/+48
2013-01-29xfrm: Convert xfrm_addr_cmp() to boolean xfrm_addr_equal().YOSHIFUJI Hideaki / 吉藤英明1-13/+12
2013-01-29xfrm: Use ipv6_addr_equal() where appropriate.YOSHIFUJI Hideaki / 吉藤英明1-3/+10
2013-01-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+2
2013-01-29ipv4: introduce address lifetimeJiri Pirko1-0/+4
2013-01-29net: frag, move LRU list maintenance outside of rwlockJesper Dangaard Brouer1-0/+22
2013-01-29net: use lib/percpu_counter API for fragmentation mem accountingJesper Dangaard Brouer1-8/+18
2013-01-29net: frag helper functions for mem limit trackingJesper Dangaard Brouer2-1/+28
2013-01-29net: cacheline adjust struct inet_frag_queueJesper Dangaard Brouer1-4/+5
2013-01-29net: cacheline adjust struct inet_frags for better frag performanceJesper Dangaard Brouer1-4/+7
2013-01-29net: cacheline adjust struct netns_frags for better frag performanceJesper Dangaard Brouer1-1/+4
2013-01-29mac80211: remove IEEE80211_HW_TEARDOWN_AGGR_ON_BAR_FAILStanislaw Gruszka1-5/+0
2013-01-29Merge remote-tracking branch 'wireless-next/master' into HEADJohannes Berg3-2/+29
2013-01-29Merge branch 'master' into for-nextJiri Kosina51-329/+1347
2013-01-28net neigh: Optimize neighbor entry size calculation.YOSHIFUJI Hideaki / 吉藤英明1-1/+1
2013-01-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville6-104/+255
2013-01-28net: add RCU annotation to sk_dst_cache fieldCong Wang1-1/+1
2013-01-28decnet: use correct RCU API to deref sk_dst_cache fieldCong Wang1-1/+1
2013-01-27gro: Fix kcalloc argument orderJoe Perches1-2/+2
2013-01-27Merge branch 'master' of git://1984.lsi.us.es/nf-nextDavid S. Miller12-28/+142
2013-01-25cfg80211/nl80211: add API for MAC address ACLsVasanthakumar Thiagarajan1-0/+34
2013-01-25cfg80211: Move the definition of struct mac_address upVasanthakumar Thiagarajan1-4/+4
2013-01-24mac80211: provide the vif in rssi_callbackEmmanuel Grumbach1-0/+1
2013-01-23Merge branch 'testing' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-nextDavid S. Miller1-4/+0
2013-01-23soreuseport: TCP/IPv6 implementationTom Herbert2-1/+5
2013-01-23soreuseport: TCP/IPv4 implementationTom Herbert2-3/+11
2013-01-23soreuseport: infrastructureTom Herbert1-1/+4
2013-01-23netfilter: nf_conntrack: refactor l4proto support for netnsGao feng1-3/+7
2013-01-23netfilter: nf_conntrack: refactor l3proto support for netnsGao feng1-3/+8
2013-01-23netfilter: nf_ct_proto: move initialization out of pernet_operationsGao feng1-2/+5
2013-01-23netfilter: nf_ct_labels: move initialization out of pernet_operationsGao feng1-4/+4
2013-01-23netfilter: nf_ct_helper: move initialization out of pernet_operationsGao feng1-2/+5
2013-01-23netfilter: nf_ct_timeout: move initialization out of pernet_operationsGao feng1-4/+4
2013-01-23netfilter: nf_ct_ecache: move initialization out of pernet_operationsGao feng1-4/+15
2013-01-23netfilter: nf_ct_tstamp: move initialization out of pernet_operationsGao feng1-4/+17
2013-01-23netfilter: nf_ct_acct: move initialization out of pernet_operationsGao feng1-2/+4
2013-01-23netfilter: nf_ct_expect: move initialization out of pernet_operationsGao feng1-2/+5
2013-01-23netfilter: nf_conntrack: move initialization out of pernet operationsGao feng1-2/+6
2013-01-23Bluetooth: Add support for reading LE supported statesJohan Hedberg2-0/+7
2013-01-23Bluetooth: Add support for reading LE White List SizeJohan Hedberg2-0/+7
2013-01-23Bluetooth: Add LE Local Features reading supportJohan Hedberg2-0/+7
2013-01-23Bluetooth: Add helper functions for testing bdaddr typesJohan Hedberg1-0/+23
2013-01-22Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextJohn W. Linville2-83/+192
2013-01-21ipv4: Add a socket release callback for datagram socketsSteffen Klassert1-0/+2
2013-01-21ipv6: Unshare ip6_nd_hdr() and change return type to void.YOSHIFUJI Hideaki / 吉藤英明1-7/+0