Age | Commit message (Expand) | Author | Files | Lines |
2018-11-09 | net: Convert protocol error handlers from void to int | Stefano Brivio | 22 | -115/+166 |
2018-11-09 | udp: Handle ICMP errors for tunnels with same destination port on both endpoints | Stefano Brivio | 3 | -20/+149 |
2018-11-09 | net/ipv6: compute anycast address hash only if dev is null | Li RongQing | 1 | -2/+4 |
2018-11-09 | net: sched: prio: delay destroying child qdiscs on change | Jakub Kicinski | 1 | -1/+3 |
2018-11-09 | net: sched: red: delay destroying child qdisc on replace | Jakub Kicinski | 1 | -2/+6 |
2018-11-09 | net: sched: refactor grafting Qdiscs with a parent | Jakub Kicinski | 1 | -14/+14 |
2018-11-09 | net: sched: add an offload graft helper | Jakub Kicinski | 2 | -24/+32 |
2018-11-09 | net: sched: set TCQ_F_OFFLOADED flag for MQ | Jakub Kicinski | 1 | -6/+3 |
2018-11-09 | net: sched: red: remove unnecessary red_dump_offload_stats parameter | Jakub Kicinski | 1 | -2/+2 |
2018-11-09 | net: sched: add an offload dump helper | Jakub Kicinski | 3 | -31/+23 |
2018-11-08 | net/vlan: include the shift in skb_vlan_tag_get_prio() | Michał Mirosław | 1 | -2/+1 |
2018-11-08 | inet: minor optimization for backlog setting in listen(2) | Yafang Shao | 3 | -3/+2 |
2018-11-08 | net: vlan: add support for tunnel offload | Davide Caratti | 3 | -0/+15 |
2018-11-08 | udp: cope with UDP GRO packet misdirection | Paolo Abeni | 2 | -2/+45 |
2018-11-08 | ipv6: factor out protocol delivery helper | Paolo Abeni | 1 | -12/+16 |
2018-11-08 | ip: factor out protocol delivery helper | Paolo Abeni | 1 | -37/+36 |
2018-11-08 | udp: add support for UDP_GRO cmsg | Paolo Abeni | 2 | -0/+7 |
2018-11-08 | udp: implement GRO for plain UDP sockets. | Paolo Abeni | 3 | -27/+96 |
2018-11-08 | udp: implement complete book-keeping for encap_needed | Paolo Abeni | 2 | -11/+22 |
2018-11-08 | ipv6: do not drop vrf udp multicast packets | Dewi Morgan | 1 | -3/+5 |
2018-11-08 | ipv6: handling of multicast packets received in VRF | Mike Manning | 1 | -3/+32 |
2018-11-08 | ipv6: allow ping to link-local address in VRF | Mike Manning | 1 | -1/+1 |
2018-11-08 | net: fix raw socket lookup device bind matching with VRFs | Duncan Eastoe | 2 | -5/+3 |
2018-11-08 | net: provide a sysctl raw_l3mdev_accept for raw socket lookup with VRFs | Mike Manning | 3 | -2/+39 |
2018-11-08 | net: ensure unbound datagram socket to be chosen when not in a VRF | Mike Manning | 4 | -21/+20 |
2018-11-08 | net: ensure unbound stream socket to be chosen when not in a VRF | Mike Manning | 2 | -16/+12 |
2018-11-08 | net: allow binding socket in a VRF when there's an unbound socket | Robert Shearman | 2 | -8/+25 |
2018-11-07 | rtnetlink: Add more extack messages to rtnl_newlink | David Ahern | 1 | -2/+4 |
2018-11-07 | net: Add extack argument to ip_fib_metrics_init | David Ahern | 3 | -10/+23 |
2018-11-07 | net: Add extack argument to rtnl_create_link | David Ahern | 2 | -7/+13 |
2018-11-07 | ipv6: gro: do not use slow memcmp() in ipv6_gro_receive() | Eric Dumazet | 1 | -3/+10 |
2018-11-06 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 32 | -268/+302 |
2018-11-06 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf | David S. Miller | 17 | -242/+152 |
2018-11-06 | net: bpfilter: fix iptables failure if bpfilter_umh is disabled | Taehee Yoo | 1 | -3/+3 |
2018-11-06 | sock_diag: fix autoloading of the raw_diag module | Andrei Vagin | 1 | -0/+1 |
2018-11-06 | net: core: netpoll: Enable netconsole IPv6 link local address | Matwey V. Kornilov | 1 | -1/+2 |
2018-11-06 | ipv6: properly check return value in inet6_dump_all() | Alexey Kodanev | 1 | -2/+2 |
2018-11-06 | rtnetlink: restore handling of dumpit return value in rtnl_dump_all() | Alexey Kodanev | 1 | -1/+1 |
2018-11-06 | net/ipv6: Move anycast init/cleanup functions out of CONFIG_PROC_FS | Jeff Barnhill | 1 | -1/+1 |
2018-11-04 | Merge tag 'nfs-for-4.20-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds | 3 | -34/+14 |
2018-11-04 | sctp: define SCTP_SS_DEFAULT for Stream schedulers | Xin Long | 1 | -1/+1 |
2018-11-04 | openvswitch: fix linking without CONFIG_NF_CONNTRACK_LABELS | Arnd Bergmann | 1 | -1/+2 |
2018-11-04 | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2 | -4/+0 |
2018-11-04 | Merge branch 'core/urgent' into x86/urgent, to pick up objtool fix | Ingo Molnar | 32 | -823/+1006 |
2018-11-04 | net: do not abort bulk send on BQL status | Eric Dumazet | 1 | -1/+1 |
2018-11-03 | Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro... | Linus Torvalds | 1 | -1/+1 |
2018-11-03 | netfilter: conntrack: fix calculation of next bucket number in early_drop | Vasily Khoruzhick | 1 | -5/+8 |
2018-11-03 | netfilter: nft_compat: ebtables 'nat' table is normal chain type | Florian Westphal | 1 | -9/+12 |
2018-11-03 | netfilter: nfnetlink_cttimeout: pass default timeout policy to obj_to_nlattr | Pablo Neira Ayuso | 1 | -7/+40 |
2018-11-03 | netfilter: conntrack: add nf_{tcp,udp,sctp,icmp,dccp,icmpv6,generic}_pernet() | Pablo Neira Ayuso | 7 | -59/+24 |