summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net: ipv4, ipv6: run cgroup eBPF egress programsDaniel Mack2016-11-252-2/+33
* net: filter: run cgroup eBPF ingress programsDaniel Mack2016-11-251-0/+4
* bpf: add new prog type for cgroup socket filteringDaniel Mack2016-11-251-0/+23
* ethtool: Protect {get, set}_phy_tunable with PHY device mutexFlorian Fainelli2016-11-241-0/+4
* devlink: Add E-Switch inline mode controlRoi Dayan2016-11-241-19/+51
* net: Add net-device param to the get offloaded stats ndoOr Gerlitz2016-11-241-2/+2
* tcp: enhance tcp_collapse_retrans() with skb_shift()Eric Dumazet2016-11-242-12/+14
* VSOCK: add loopback to virtio_transportStefan Hajnoczi2016-11-241-0/+56
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-11-2227-113/+321
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2016-11-2123-103/+278
| |\
| | * tcp: zero ca_priv area when switching cc algorithmsFlorian Westphal2016-11-211-1/+3
| | * net: l2tp: Treat NET_XMIT_CN as success in l2tp_eth_dev_xmitGao Feng2016-11-211-1/+1
| | * tipc: eliminate obsolete socket locking policy descriptionJon Paul Maloy2016-11-191-47/+1
| | * rtnl: fix the loop index update error in rtnl_dump_ifinfo()Zhang Shengju2016-11-191-1/+1
| | * l2tp: fix racy SOCK_ZAPPED flag check in l2tp_ip{,6}_bind()Guillaume Nault2016-11-192-4/+6
| | * Merge tag 'batadv-net-for-davem-20161119' of git://git.open-mesh.org/linux-mergeDavid S. Miller2016-11-192-0/+2
| | |\
| | | * batman-adv: Detect missing primaryif during tp_send as errorSven Eckelmann2016-11-041-0/+1
| | | * batman-adv: Revert "fix splat on disabling an interface"Sven Eckelmann2016-11-041-0/+1
| | * | rtnetlink: fix FDB size computationSabrina Dubroca2016-11-181-1/+4
| | * | Merge tag 'mac80211-for-davem-2016-11-18' of git://git.kernel.org/pub/scm/lin...David S. Miller2016-11-186-6/+99
| | |\ \
| | | * | cfg80211: limit scan results cache sizeJohannes Berg2016-11-182-0/+70
| | | * | mac80211: fix A-MSDU aggregation with fast-xmit + txqFelix Fietkau2016-11-151-1/+5
| | | * | mac80211: remove bogus skb vif assignmentFelix Fietkau2016-11-151-3/+0
| | | * | mac80211: update A-MPDU flag on tx dequeueFelix Fietkau2016-11-151-0/+5
| | | * | 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