summaryrefslogtreecommitdiff
path: root/include/net
AgeCommit message (Expand)AuthorFilesLines
2014-09-23ipv6: mld: answer mldv2 queries with mldv1 reports in mldv1 fallbackDaniel Borkmann1-1/+4
2014-09-22net: dsa: add {get, set}_wol callbacks to slave devicesFlorian Fainelli1-0/+8
2014-09-22net: dsa: allow switch drivers to implement suspend/resume hooksFlorian Fainelli1-0/+6
2014-09-22net: sched: shrink struct qdisc_skb_cb to 28 bytesEric Dumazet1-1/+2
2014-09-20genetlink: add function genl_has_listeners()Nicolas Dichtel1-0/+8
2014-09-20net: fix sparse warnings in SNMP_UPD_PO_STATS(_BH)Sabrina Dubroca1-6/+2
2014-09-20net: Changes to ip_tunnel to support foo-over-udp encapsulationTom Herbert1-1/+18
2014-09-20net: dsa: allow switch drivers to specify phy_device::dev_flagsFlorian Fainelli1-0/+1
2014-09-19udp-tunnel: Add a few more UDP tunnel APIsAndy Zhou1-0/+57
2014-09-19udp_tunnel: Seperate ipv6 functions into its own file.Andy Zhou1-2/+26
2014-09-18ipsec: Remove obsolete MAX_AH_AUTH_LENHerbert Xu1-3/+0
2014-09-17Bluetooth: Remove exported hci_recv_fragment functionMarcel Holtmann1-1/+0
2014-09-16xfrm: Generate queueing routes only from route lookup functionsSteffen Klassert1-0/+1
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