aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-11-08fou, fou6: ICMP error handlers for FoU and GUEStefano Brivio3-0/+143
2018-11-08udp: Support for error handlers of tunnels with arbitrary destination portStefano Brivio2-35/+110
2018-11-08net: Convert protocol error handlers from void to intStefano Brivio22-115/+166
2018-11-08udp: Handle ICMP errors for tunnels with same destination port on both endpointsStefano Brivio3-20/+149
2018-11-08net/ipv6: compute anycast address hash only if dev is nullLi RongQing1-2/+4
2018-11-08net: sched: prio: delay destroying child qdiscs on changeJakub Kicinski1-1/+3
2018-11-08net: sched: red: delay destroying child qdisc on replaceJakub Kicinski1-2/+6
2018-11-08net: sched: refactor grafting Qdiscs with a parentJakub Kicinski1-14/+14
2018-11-08net: sched: add an offload graft helperJakub Kicinski2-24/+32
2018-11-08net: sched: set TCQ_F_OFFLOADED flag for MQJakub Kicinski1-6/+3
2018-11-08net: sched: red: remove unnecessary red_dump_offload_stats parameterJakub Kicinski1-2/+2
2018-11-08net: sched: add an offload dump helperJakub Kicinski3-31/+23
2018-11-07net/vlan: include the shift in skb_vlan_tag_get_prio()Michał Mirosław1-2/+1
2018-11-07inet: minor optimization for backlog setting in listen(2)Yafang Shao3-3/+2
2018-11-07net: vlan: add support for tunnel offloadDavide Caratti3-0/+15
2018-11-07udp: cope with UDP GRO packet misdirectionPaolo Abeni2-2/+45
2018-11-07ipv6: factor out protocol delivery helperPaolo Abeni1-12/+16
2018-11-07ip: factor out protocol delivery helperPaolo Abeni1-37/+36
2018-11-07udp: add support for UDP_GRO cmsgPaolo Abeni2-0/+7
2018-11-07udp: implement GRO for plain UDP sockets.Paolo Abeni3-27/+96
2018-11-07udp: implement complete book-keeping for encap_neededPaolo Abeni2-11/+22
2018-11-07ipv6: do not drop vrf udp multicast packetsDewi Morgan1-3/+5
2018-11-07ipv6: handling of multicast packets received in VRFMike Manning1-3/+32
2018-11-07ipv6: allow ping to link-local address in VRFMike Manning1-1/+1
2018-11-07net: fix raw socket lookup device bind matching with VRFsDuncan Eastoe2-5/+3
2018-11-07net: provide a sysctl raw_l3mdev_accept for raw socket lookup with VRFsMike Manning3-2/+39
2018-11-07net: ensure unbound datagram socket to be chosen when not in a VRFMike Manning4-21/+20
2018-11-07net: ensure unbound stream socket to be chosen when not in a VRFMike Manning2-16/+12
2018-11-07net: allow binding socket in a VRF when there's an unbound socketRobert Shearman2-8/+25
2018-11-06rtnetlink: Add more extack messages to rtnl_newlinkDavid Ahern1-2/+4
2018-11-06net: Add extack argument to ip_fib_metrics_initDavid Ahern3-10/+23
2018-11-06net: Add extack argument to rtnl_create_linkDavid Ahern2-7/+13
2018-11-06ipv6: gro: do not use slow memcmp() in ipv6_gro_receive()Eric Dumazet1-3/+10
2018-11-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds32-268/+302
2018-11-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller17-242/+152
2018-11-05net: bpfilter: fix iptables failure if bpfilter_umh is disabledTaehee Yoo1-3/+3
2018-11-05sock_diag: fix autoloading of the raw_diag moduleAndrei Vagin1-0/+1
2018-11-05net: core: netpoll: Enable netconsole IPv6 link local addressMatwey V. Kornilov1-1/+2
2018-11-05ipv6: properly check return value in inet6_dump_all()Alexey Kodanev1-2/+2
2018-11-05rtnetlink: restore handling of dumpit return value in rtnl_dump_all()Alexey Kodanev1-1/+1
2018-11-05net/ipv6: Move anycast init/cleanup functions out of CONFIG_PROC_FSJeff Barnhill1-1/+1
2018-11-04Merge tag 'nfs-for-4.20-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds3-34/+14
2018-11-03sctp: define SCTP_SS_DEFAULT for Stream schedulersXin Long1-1/+1
2018-11-03openvswitch: fix linking without CONFIG_NF_CONNTRACK_LABELSArnd Bergmann1-1/+2
2018-11-03Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-4/+0
2018-11-03Merge branch 'core/urgent' into x86/urgent, to pick up objtool fixIngo Molnar32-823/+1006
2018-11-03net: do not abort bulk send on BQL statusEric Dumazet1-1/+1
2018-11-03Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2018-11-03netfilter: conntrack: fix calculation of next bucket number in early_dropVasily Khoruzhick1-5/+8
2018-11-03netfilter: nft_compat: ebtables 'nat' table is normal chain typeFlorian Westphal1-9/+12