Age | Commit message (Expand) | Author |
2021-01-14 | net: sit: unregister_netdevice on newlink's error path | Jakub Kicinski |
2020-11-12 | Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2020-11-09 | ipv4/ipv6: switch to dev_get_tstats64 | Heiner Kallweit |
2020-11-09 | IPv6: Set SIT tunnel hard_header_len to zero | Oliver Herms |
2020-06-30 | net: sit: implement header_ops->parse_protocol for AF_PACKET | Jason A. Donenfeld |
2020-05-19 | sit: impement ->ndo_tunnel_ctl | Christoph Hellwig |
2020-05-19 | sit: refactor ipip6_tunnel_ioctl | Christoph Hellwig |
2019-12-24 | sit: do not confirm neighbor when do pmtu update | Hangbin Liu |
2019-07-14 | sit: use dst_cache in ipip6_tunnel_xmit | Haishuang Yan |
2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 | Thomas Gleixner |
2019-05-07 | vrf: sit mtu should not be updated when vrf netdev is the link | Stephen Suryaputra |
2019-04-04 | ipv6: sit: reset ip header pointer in ipip6_rcv | Lorenzo Bianconi |
2019-03-11 | net: sit: fix UBSAN Undefined behaviour in check_6rd | Miaohe Lin |
2019-03-02 | net: sit: fix memory leak in sit_init_net() | Mao Wenan |
2019-02-07 | sit: check if IPv6 enabled before calling ip6_err_gen_icmpv6_unreach() | Hangbin Liu |
2019-01-01 | ip: validate header length on virtual device xmit | Willem de Bruijn |
2018-09-26 | net-ipv4: remove 2 always zero parameters from ipv4_redirect() | Maciej Żenczykowski |
2018-09-26 | net-ipv4: remove 2 always zero parameters from ipv4_update_pmtu() | Maciej Żenczykowski |
2018-06-01 | ip6_tunnel: remove magic mtu value 0xFFF8 | Nicolas Dichtel |
2018-04-05 | ipv6: sit: better validate user provided tunnel names | Eric Dumazet |
2018-03-27 | net: Drop pernet_operations::async | Kirill Tkhai |
2018-03-09 | net: do not create fallback tunnels for non-default namespaces | Eric Dumazet |
2018-03-06 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2018-02-27 | sit: fix IFLA_MTU ignored on NEWLINK | Xin Long |
2018-02-27 | net: Convert sit_net_ops | Kirill Tkhai |
2018-02-23 | ipv6 sit: work around bogus gcc-8 -Wrestrict warning | Arnd Bergmann |
2018-01-25 | net: don't call update_pmtu unconditionally | Nicolas Dichtel |
2017-11-30 | sit: update frag_off info | Hangbin Liu |
2017-11-01 | net: sit: Update lookup to handle links set to L3 slave | David Ahern |
2017-09-19 | ipv6: speedup ipv6 tunnels dismantle | Eric Dumazet |
2017-06-30 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2017-06-26 | net: add netlink_ext_ack argument to rtnl_link_ops.validate | Matthias Schiffer |
2017-06-26 | net: add netlink_ext_ack argument to rtnl_link_ops.changelink | Matthias Schiffer |
2017-06-26 | net: add netlink_ext_ack argument to rtnl_link_ops.newlink | Matthias Schiffer |
2017-06-23 | sit: use __GFP_NOWARN for user controlled allocation | WANG Cong |
2017-06-07 | net: Fix inconsistent teardown and release of private netdev state. | David S. Miller |
2017-04-21 | ip_tunnel: Allow policy-based routing through tunnels | Craig Gallek |
2017-02-08 | sit: fix a double free on error path | WANG Cong |
2016-12-24 | Replace <asm/uaccess.h> with <linux/uaccess.h> globally | Linus Torvalds |
2016-11-18 | netns: make struct pernet_operations::id unsigned int | Alexey Dobriyan |
2016-10-20 | ipv4/6: use core net MTU range checking | Jarod Wilson |
2016-08-12 | sit: make function ipip6_valid_ip_proto() static | Wei Yongjun |
2016-08-10 | net: resolve symbol conflicts with generic hashtable.h | Jiri Kosina |
2016-07-09 | sit: support MPLS over IPv4 | Simon Horman |
2016-06-30 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2016-06-18 | ipv6: RFC 4884 partial support for SIT/GRE tunnels | Eric Dumazet |
2016-06-18 | ipv6: translate ICMP_TIME_EXCEEDED to ICMPV6_TIME_EXCEED | Eric Dumazet |
2016-06-18 | ip6: move ipip6_err_gen_icmpv6_unreach() | Eric Dumazet |
2016-06-16 | sit: correct IP protocol used in ipip6_err | Simon Horman |
2016-06-09 | sit: remove unnecessary protocol check in ipip6_tunnel_xmit() | Simon Horman |