summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | | cfg80211: add bitrate for 20MHz MCS 9Pedersen, Thomas2016-11-151-1/+2
| | | * | | Revert "mac80211: allow using AP_LINK_PS with mac80211-generated TIM IE"Felix Fietkau2016-11-151-1/+1
| | | * | | mac80211: Ignore VHT IE from peer with wrong rx_mcs_mapFilip Matusiak2016-11-151-0/+16
| | * | | | af_unix: conditionally use freezable blocking calls in readWANG Cong2016-11-181-6/+11
| | * | | | net sched filters: pass netlink message flags in event notificationRoman Mashak2016-11-171-2/+3
| | * | | | ip6_tunnel: disable caching when the traffic class is inheritedPaolo Abeni2016-11-171-2/+11
| | * | | | net: check dead netns for peernet2id_alloc()WANG Cong2016-11-171-0/+2
| | * | | | ipv4: Fix memory leak in exception case for splitting triesAlexander Duyck2016-11-161-1/+3
| | * | | | ipv4: Restore fib_trie_flush_external function and fix call orderingAlexander Duyck2016-11-162-5/+80
| | * | | | rtnetlink: fix rtnl message size computation for XDPSabrina Dubroca2016-11-151-1/+2
| | * | | | rtnetlink: fix rtnl_vfinfo_sizeSabrina Dubroca2016-11-151-5/+7
| | * | | | udp: restore UDPlite many-cast deliveryPablo Neira2016-11-152-6/+6
| | * | | | igmp: do not remove igmp souce list info when set link downHangbin Liu2016-11-151-14/+36
| * | | | | Merge tag 'nfsd-4.9-2' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2016-11-183-10/+28
| |\ \ \ \ \
| | * | | | | sunrpc: svc_age_temp_xprts_now should not call setsockopt non-tcp transportsScott Mayhew2016-11-143-10/+28
| * | | | | | xattr: Fix setting security xattrs on sockfsAndreas Gruenbacher2016-11-171-0/+15
| | |/ / / / | |/| | | |
* | | | | | tcp: make undo_cwnd mandatory for congestion modulesFlorian Westphal2016-11-217-6/+18
* | | | | | tcp: add cwnd_undo functions to various tcp cc algorithmsFlorian Westphal2016-11-215-1/+55
* | | | | | bridge: mcast: add MLDv2 querier supportNikolay Aleksandrov2016-11-214-22/+112
* | | | | | bridge: mcast: add IGMPv3 query supportNikolay Aleksandrov2016-11-214-18/+97
* | | | | | udp: avoid one cache line miss in recvmsg()Eric Dumazet2016-11-212-2/+4
* | | | | | net: fix bogus cast in skb_pagelen() and use unsigned variablesAlexey Dobriyan2016-11-192-2/+2
* | | | | | net: make struct napi_alloc_cache::skb_count unsigned intAlexey Dobriyan2016-11-191-1/+1
* | | | | | Merge tag 'batadv-next-for-davem-20161119' of git://git.open-mesh.org/linux-m...David S. Miller2016-11-199-115/+445
|\ \ \ \ \ \
| * | | | | | batman-adv: fix rare race conditions on interface removalLinus Lüssing2016-11-084-82/+227
| * | | | | | batman-adv: Add module alias for batadv netlink familySven Eckelmann2016-11-081-0/+3
| * | | | | | batman-adv: Update wifi flags on upper link changeSven Eckelmann2016-11-081-0/+5
| * | | | | | batman-adv: retrieve B.A.T.M.A.N. V WiFi neighbor stats from real interfaceMarek Lindner2016-11-083-2/+31
| * | | | | | batman-adv: additional checks for virtual interfaces on top of WiFiMarek Lindner2016-11-082-0/+62
| * | | | | | batman-adv: Cache the type of wifi device for each hardifSven Eckelmann2016-11-086-25/+95
| * | | | | | batman-adv: refactor wifi interface detectionMarek Lindner2016-11-083-20/+36
| * | | | | | batman-adv: Return non-const ptr in batadv_getlink_netSven Eckelmann2016-11-081-5/+5
* | | | | | | af_packet: Use virtio_net_hdr_from_skb() directly.Jarno Rajahalme2016-11-191-12/+4
* | | | | | | af_packet: Use virtio_net_hdr_to_skb().Jarno Rajahalme2016-11-191-48/+3
* | | | | | | virtio_net: Do not clear memory for struct virtio_net_hdr twice.Jarno Rajahalme2016-11-191-2/+0
* | | | | | | ethtool: Core impl for ETHTOOL_PHY_DOWNSHIFT tunableRaju Lakkaraju2016-11-181-0/+6
* | | | | | | ethtool: Implements ETHTOOL_PHY_GTUNABLE/ETHTOOL_PHY_STUNABLERaju Lakkaraju2016-11-181-0/+87
* | | | | | | netns: make struct pernet_operations::id unsigned intAlexey Dobriyan2016-11-1851-57/+56
* | | | | | | udp: enable busy polling for all socketsEric Dumazet2016-11-182-0/+4
* | | | | | | RDS: TCP: Force every connection to be initiated by numerically smaller IP ad...Sowmini Varadhan2016-11-173-18/+26
* | | | | | | RDS: TCP: Track peer's connection generation numberSowmini Varadhan2016-11-176-3/+57
* | | | | | | RDS: TCP: set RDS_FLAG_RETRANSMITTED in cp_retrans listSowmini Varadhan2016-11-171-0/+3
* | | | | | | net_sched: sch_fq: use hash_ptr()Eric Dumazet2016-11-171-2/+2
* | | | | | | sctp: use new rhlist interface on sctp transport rhashtableXin Long2016-11-163-47/+61
* | | | | | | netpoll: more efficient lockingEric Dumazet2016-11-162-4/+3
* | | | | | | net: busy-poll: return busypolling status to driversEric Dumazet2016-11-161-4/+6
* | | | | | | net: busy-poll: allow preemption in sk_busy_loop()Eric Dumazet2016-11-161-20/+82
* | | | | | | ipv6: sr: add option to control lwtunnel supportDavid Lebrun2016-11-163-3/+23
* | | | | | | tcp: allow to enable the repair mode for non-listening socketsAndrey Vagin2016-11-151-1/+1
* | | | | | | dctcp: update cwnd on congestion eventFlorian Westphal2016-11-151-1/+8