summaryrefslogtreecommitdiffstats
path: root/include/net
Commit message (Expand)AuthorAgeFilesLines
...
* | | | sock: deduplicate errqueue dequeueWillem de Bruijn2014-09-011-0/+1
* | | | net: dsa: add Broadcom tag RX/TX handlerFlorian Fainelli2014-08-271-0/+5
* | | | net: dsa: allow updating fixed PHY link informationFlorian Fainelli2014-08-271-0/+3
* | | | net: dsa: allow drivers to do link adjustmentFlorian Fainelli2014-08-271-0/+7
* | | | net: dsa: allow switches to work without taggingFlorian Fainelli2014-08-271-0/+5
* | | | net: dsa: allow for more complex PHY setupsFlorian Fainelli2014-08-271-0/+1
* | | | net: dsa: retain a per-port device_node pointerFlorian Fainelli2014-08-271-0/+1
* | | | net: dsa: provide a switch device device tree node pointerFlorian Fainelli2014-08-271-0/+7
* | | | net: dsa: reduce number of protocol hooksFlorian Fainelli2014-08-271-17/+3
* | | | net: make skb an optional parameter for__skb_flow_dissect()WANG Cong2014-08-251-2/+2
* | | | udp: additional GRO supportTom Herbert2014-08-241-0/+18
* | | | net: add gro_compute_pseudo functionsTom Herbert2014-08-242-0/+16
* | | | net: Allow raw buffers to be passed into the flow dissector.David S. Miller2014-08-231-2/+12
* | | | net: use ktime_get_ns() and ktime_get_real_ns() helpersEric Dumazet2014-08-222-2/+2
|/ / /
* | | 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
| * | | | | | inet: frags: use kmem_cache for inet_frag_queueNikolay Aleksandrov2014-08-021-1/+3
| * | | | | | inet: frags: enum the flag definitions and add descriptionsNikolay Aleksandrov2014-08-021-11/+35
| * | | | | | inet: frags: rename last_in to flagsNikolay Aleksandrov2014-08-021-1/+1
| * | | | | | sctp: Fixup v4mapped behaviour to comply with Sock APIJason Gunthorpe2014-07-312-5/+5
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2014-07-311-6/+0
| |\ \ \ \ \ \
| | * | | | | | netfilter: kill remnants of ulog targetsPaul Bolle2014-07-251-6/+0
OpenPOWER on IntegriCloud