aboutsummaryrefslogtreecommitdiff
path: root/include/net
AgeCommit message (Expand)Author
2014-10-15sctp: handle association restarts when the socket is closed.Vlad Yasevich
2014-09-30ipv6: remove rt6i_genidHannes Frederic Sowa
2014-09-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2014-09-22net: sched: shrink struct qdisc_skb_cb to 28 bytesEric Dumazet
2014-09-19genetlink: add function genl_has_listeners()Nicolas Dichtel
2014-09-16xfrm: Generate queueing routes only from route lookup functionsSteffen Klassert
2014-09-16xfrm: Generate blackhole routes only from route lookup functionsSteffen Klassert
2014-09-12ipv6: clean up anycast when an interface is destroyedSabrina Dubroca
2014-09-07Merge tag 'master-2014-09-04' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller
2014-09-05net: treewide: Fix typo found in DocBook/networking.xmlMasanari Iida
2014-09-05net-timestamp: only report sw timestamp if reporting bit is setWillem de Bruijn
2014-09-04Merge tag 'mac80211-for-john-2014-08-29' of git://git.kernel.org/pub/scm/linu...John W. Linville
2014-09-01Merge tag 'master-2014-08-25' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller
2014-08-29net: sctp: fix ABI mismatch through sctp_assoc_to_state helperDaniel Borkmann
2014-08-25Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville
2014-08-20Bluetooth: Fix hci_conn reference counting for auto-connectionsJohan Hedberg
2014-08-19ieee802154: 6lowpan: ensure MTU of 1280 for 6lowpanMartin Townsend
2014-08-15regulatory: add NUL to alpha2Eliad Peller
2014-08-14tcp: don't allow syn packets without timestamps to pass tcp_tw_recycle logicHannes Frederic Sowa
2014-08-14tcp: fix tcp_release_cb() to dispatch via address family for mtu_reduced()Neal Cardwell
2014-08-14tcp: don't use timestamp from repaired skb-s to calculate RTT (v2)Andrey Vagin
2014-08-09Merge branch 'stable-3.17' of git://git.infradead.org/users/pcmoore/selinuxLinus Torvalds
2014-08-07netlabel: fix the netlbl_catmap_setlong() dummy functionPaul Moore
2014-08-06net-timestamp: sock_tx_timestamp() fixEric Dumazet
2014-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2014-08-06Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds
2014-08-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-08-05net-timestamp: add key to disambiguate concurrent datagramsWillem de Bruijn
2014-08-05net-timestamp: move timestamp flags out of sk_flagsWillem de Bruijn
2014-08-05net-timestamp: extend SCM_TIMESTAMPING ancillary data structWillem de Bruijn
2014-08-05tcp: reduce spurious retransmits due to transient SACK renegingNeal Cardwell
2014-08-05Merge tag 'master-2014-07-31' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller
2014-08-02inet: frags: use kmem_cache for inet_frag_queueNikolay Aleksandrov
2014-08-02inet: frags: enum the flag definitions and add descriptionsNikolay Aleksandrov
2014-08-02inet: frags: rename last_in to flagsNikolay Aleksandrov
2014-08-02Merge branch 'next' of git://git.infradead.org/users/pcmoore/selinux into nextJames Morris
2014-08-01netlabel: shorter names for the NetLabel catmap funcs/structsPaul Moore
2014-08-01netlabel: fix the horribly broken catmap functionsPaul Moore
2014-08-01netlabel: fix a problem when setting bits below the previously lowest bitPaul Moore
2014-07-31sctp: Fixup v4mapped behaviour to comply with Sock APIJason Gunthorpe
2014-07-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2014-07-30ip_tunnel(ipv4): fix tunnels with "local any remote $remote_ip"Dmitry Popov
2014-07-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-07-30Bluetooth: Rename pairable mgmt setting to bondableJohan Hedberg
2014-07-30Bluetooth: Rename HCI_PAIRABLE to HCI_BONDABLEJohan Hedberg
2014-07-306lowpan: remove unused functionVarka Bhadram
2014-07-306lowpan: remove unused macrosVarka Bhadram
2014-07-306lowpan: remove unused LOWPAN_FRAG_SIZE defineAlexander Aring
2014-07-306lowpan: iphc: use ipv6 api to check address scopeAlexander Aring
2014-07-29ipv4: fail early when creating netdev named all or defaultWANG Cong