summaryrefslogtreecommitdiff
path: root/include/net
AgeCommit message (Expand)AuthorFilesLines
2014-09-16xfrm: Generate blackhole routes only from route lookup functionsSteffen Klassert1-1/+14
2014-09-16ipvs: prevent mixing heterogeneous pools and synchronizationAlex Gartrell1-0/+4
2014-09-16ipvs: Supply destination address family to ip_vs_conn_newAlex Gartrell1-1/+2
2014-09-16ipvs: Supply destination addr family to ip_vs_{lookup_dest,find_dest}Alex Gartrell1-2/+3
2014-09-16ipvs: Add destination address family to netlink interfaceAlex Gartrell1-0/+3
2014-09-16dsa: Replace mii_bus with a generic host deviceAlexander Duyck1-4/+5
2014-09-16dsa: Split ops up, and avoid assigning tag_protocol and receive separatelyAlexander Duyck1-4/+6
2014-09-15Merge tag 'mac80211-next-for-john-2014-09-12' of git://git.kernel.org/pub/scm...John W. Linville2-22/+42
2014-09-15Bluetooth: Provide HCI command opcode information to driverMarcel Holtmann1-0/+1
2014-09-14net: dsa: change tag_protocol to an enumFlorian Fainelli1-7/+10
2014-09-14ipv6: clean up ipv6_dev_ac_inc()WANG Cong1-1/+1
2014-09-13net: rcu-ify tcf_protoJohn Fastabend1-4/+5
2014-09-13net: qdisc: use rcu prefix and silence sparse warningsJohn Fastabend1-6/+15
2014-09-13ipv6: clean up anycast when an interface is destroyedSabrina Dubroca1-0/+1
2014-09-11netfilter: fix compilation of masquerading without IP_NF_TARGET_MASQUERADEPablo Neira Ayuso1-6/+4
2014-09-11mac80211: replace SMPS hw flags with wiphy feature bitsEliad Peller1-12/+1
2014-09-11cfg80211: allow requesting SMPS mode on ap startEliad Peller1-0/+2
2014-09-11cfg80211/mac80211: add wmm info to assoc eventEliad Peller1-1/+3
2014-09-11cfg80211: add WMM traffic stream APIJohannes Berg1-1/+22
2014-09-11cfg80211: don't put kek/kck/replay counter on the stackJohannes Berg1-6/+4
2014-09-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller4-0/+115
2014-09-10net-timestamp: optimize sock_tx_timestamp default pathWillem de Bruijn1-1/+9
2014-09-09net/ipv4: bind ip_nonlocal_bind to current netnsVincent Bernat2-2/+1
2014-09-09netfilter: nf_tables: add new nft_masq expressionArturo Borrero1-0/+16
2014-09-09netfilter: nf_nat: generalize IPv6 masquerading support for nf_tablesArturo Borrero1-0/+10
2014-09-09netfilter: nf_nat: generalize IPv4 masquerading support for nf_tablesArturo Borrero1-0/+14
2014-09-09netfilter: nat: move specific NAT IPv6 to corePablo Neira Ayuso1-0/+37
2014-09-09Bluetooth: Fix mgmt pairing failure when authentication failsJohan Hedberg1-2/+1
2014-09-09Merge tag 'master-2014-09-08' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller4-11/+69
2014-09-09inet: remove dead inetpeer sequence codeWillem de Bruijn1-1/+0
2014-09-08Bluetooth: Fix locking of the SMP contextJohan Hedberg1-1/+0
2014-09-08Bluetooth: Move identity address update behind a workqueueJohan Hedberg1-1/+2
2014-09-08Bluetooth: Update hci_disconnect() to return an error valueJohan Hedberg1-1/+1
2014-09-08Bluetooth: Remove unused l2cap_conn_shutdown APIJohan Hedberg1-4/+0
2014-09-08Bluetooth: Ignore incoming data after initiating disconnectionJohan Hedberg1-0/+1
2014-09-08Bluetooth: Use zero timeout for immediate schedulingJohan Hedberg1-2/+2
2014-09-08Bluetooth: Improve *_get() functions to return the object typeJohan Hedberg2-2/+3
2014-09-08Bluetooth: Fix hci_conn reference counting for fixed channelsJohan Hedberg1-0/+1
2014-09-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville3-2/+3
2014-09-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller6-6/+18
2014-09-08percpu_counter: add @gfp to percpu_counter_init()Tejun Heo2-2/+2
2014-09-08Merge tag 'master-2014-09-04' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller1-1/+1
2014-09-06tcp: remove TCP_SKB_CB(skb)->whenEric Dumazet1-6/+7
2014-09-06tcp: introduce TCP_SKB_CB(skb)->tcp_tw_isnEric Dumazet1-1/+6
2014-09-06net: Add function for parsing the header length out of linear ethernet framesAlexander Duyck1-0/+2
2014-09-06net: merge cases where sock_efree and sock_edemux are the same functionAlexander Duyck1-0/+4
2014-09-06net-timestamp: Make the clone operation stand-alone from phy timestampingAlexander Duyck1-0/+1
2014-09-06ipv4: harden fnhe_hashfun()Eric Dumazet1-1/+2
2014-09-06net: treewide: Fix typo found in DocBook/networking.xmlMasanari Iida1-1/+1
2014-09-06ipv4: fix a race in update_or_create_fnhe()Eric Dumazet1-1/+1