summaryrefslogtreecommitdiffstats
path: root/include/net
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'dmaengine-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds2014-10-073-59/+1
|\
| * net: make tcp_cleanup_rbuf privateDan Williams2014-09-281-1/+0
| * net_dma: simple removalDan Williams2014-09-283-58/+1
* | ipv6: remove rt6i_genidHannes Frederic Sowa2014-09-302-21/+4
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2014-09-221-1/+15
|\ \
| * | xfrm: Generate queueing routes only from route lookup functionsSteffen Klassert2014-09-161-0/+1
| * | xfrm: Generate blackhole routes only from route lookup functionsSteffen Klassert2014-09-161-1/+14
* | | net: sched: shrink struct qdisc_skb_cb to 28 bytesEric Dumazet2014-09-221-1/+2
* | | genetlink: add function genl_has_listeners()Nicolas Dichtel2014-09-191-0/+8
|/ /
* | ipv6: clean up anycast when an interface is destroyedSabrina Dubroca2014-09-121-0/+1
* | Merge tag 'master-2014-09-04' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller2014-09-071-1/+1
|\ \
| * \ Merge tag 'mac80211-for-john-2014-08-29' of git://git.kernel.org/pub/scm/linu...John W. Linville2014-09-041-1/+1
| |\ \
| | * | regulatory: add NUL to alpha2Eliad Peller2014-08-151-1/+1
* | | | net: treewide: Fix typo found in DocBook/networking.xmlMasanari Iida2014-09-051-1/+1
* | | | net-timestamp: only report sw timestamp if reporting bit is setWillem de Bruijn2014-09-051-3/+1
* | | | Merge tag 'master-2014-08-25' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller2014-09-012-1/+2
|\ \ \ \ | |/ / /
| * | | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville2014-08-252-1/+2
| |\ \ \ | | |/ / | |/| |
| | * | Bluetooth: Fix hci_conn reference counting for auto-connectionsJohan Hedberg2014-08-201-0/+2
| | * | ieee802154: 6lowpan: ensure MTU of 1280 for 6lowpanMartin Townsend2014-08-191-1/+0
* | | | net: sctp: fix ABI mismatch through sctp_assoc_to_state helperDaniel Borkmann2014-08-291-0/+13
|/ / /
* | | tcp: don't allow syn packets without timestamps to pass tcp_tw_recycle logicHannes Frederic Sowa2014-08-141-1/+1
* | | tcp: fix tcp_release_cb() to dispatch via address family for mtu_reduced()Neal Cardwell2014-08-143-1/+2
* | | tcp: don't use timestamp from repaired skb-s to calculate RTT (v2)Andrey Vagin2014-08-141-1/+3
* | | Merge branch 'stable-3.17' of git://git.infradead.org/users/pcmoore/selinuxLinus Torvalds2014-08-091-4/+4
|\ \ \ | |/ / |/| |
| * | netlabel: fix the netlbl_catmap_setlong() dummy functionPaul Moore2014-08-071-4/+4
* | | net-timestamp: sock_tx_timestamp() fixEric Dumazet2014-08-061-2/+4
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-08-0641-629/+1129
|\ \ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-08-051-0/+1
| |\ \ \
| | * | | ip_tunnel(ipv4): fix tunnels with "local any remote $remote_ip"Dmitry Popov2014-07-301-0/+1
| * | | | net-timestamp: add key to disambiguate concurrent datagramsWillem de Bruijn2014-08-051-0/+2
| * | | | net-timestamp: move timestamp flags out of sk_flagsWillem de Bruijn2014-08-051-18/+11
| * | | | net-timestamp: extend SCM_TIMESTAMPING ancillary data structWillem de Bruijn2014-08-051-1/+3
| * | | | tcp: reduce spurious retransmits due to transient SACK renegingNeal Cardwell2014-08-051-1/+1
| * | | | Merge tag 'master-2014-07-31' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller2014-08-056-53/+24
| |\ \ \ \
| | * | | | Bluetooth: Rename pairable mgmt setting to bondableJohan Hedberg2014-07-301-2/+2
| | * | | | Bluetooth: Rename HCI_PAIRABLE to HCI_BONDABLEJohan Hedberg2014-07-301-1/+1
| | * | | | 6lowpan: remove unused functionVarka Bhadram2014-07-301-11/+0
| | * | | | 6lowpan: remove unused macrosVarka Bhadram2014-07-301-15/+0
| | * | | | 6lowpan: remove unused LOWPAN_FRAG_SIZE defineAlexander Aring2014-07-301-11/+0
| | * | | | 6lowpan: iphc: use ipv6 api to check address scopeAlexander Aring2014-07-301-13/+0
| | * | | | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville2014-07-292-0/+7
| | |\ \ \ \
| | | * | | | Bluetooth: Provide defaults for LE advertising intervalGeorg Lukas2014-07-261-0/+2
| | | * | | | Bluetooth: Fix issue with ADV_IND reports and auto-connection handlingMarcel Holtmann2014-07-241-0/+1
| | | * | | | Bluetooth: Get MWS transport configuration of the controllerMarcel Holtmann2014-07-231-0/+2
| | | * | | | Bluetooth: Read list of local codecs supported by the controllerMarcel Holtmann2014-07-231-0/+2
| | * | | | | Merge tag 'nfc-next-3.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville2014-07-292-0/+14
| | |\ \ \ \ \
| | | * | | | | NFC: digital: Add 'tg_listen_md' and 'tg_get_rf_tech' driver hooksMark A. Greer2014-07-231-0/+12
| | | * | | | | NFC: digital: Remove extra blank lineMark A. Greer2014-07-231-1/+0
| | | * | | | | NFC: hci: Add stop_poll HCI operand.Christophe Ricard2014-07-231-0/+1
| | | * | | | | NFC: digital: Add digital framing calls when in target modeMark A. Greer2014-07-211-0/+2
OpenPOWER on IntegriCloud