- 5a1b7e1 ip: use dev_addr_set() in tunnels by Jakub Kicinski · 3 years, 3 months ago
- 3e7a1c7 ip_tunnel: use ndo_siocdevprivate by Arnd Bergmann · 3 years, 5 months ago
- 7912118 ipv4: Fix fall-through warnings for Clang by Gustavo A. R. Silva · 4 years, 1 month ago
- c9170f1 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec by David S. Miller · 3 years, 9 months ago
- c7c1abf vti: fix ipv4 pmtu check to honor ip header df by Eyal Birger · 3 years, 10 months ago
- 4372339 net: always use icmp{,v6}_ndo_send from ndo_start_xmit by Jason A. Donenfeld · 3 years, 10 months ago
- 8f3feb2 vti: switch to dev_get_tstats64 by Heiner Kallweit · 4 years, 2 months ago
- 560b50c ipv4: use dev_sw_netstats_rx_add() by Fabian Frederick · 4 years, 3 months ago
- 61ee4137 ip_vti: Fix unused variable warning by YueHaibing · 4 years, 5 months ago
- 3c2d19c Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next by David S. Miller · 4 years, 5 months ago
- b328ecc xfrm: Make the policy hold queue work with VTI. by Steffen Klassert · 4 years, 5 months ago
- 55a48c7 ip_vti: not register vti_ipip_handler twice by Xin Long · 4 years, 6 months ago
- e6ce645 ip_vti: support IPIP6 tunnel processing by Xin Long · 4 years, 6 months ago
- 87e66b9 ip_vti: support IPIP tunnel processing with .cb_handler by Xin Long · 4 years, 6 months ago
- ab59d2b net: vti: implement header_ops->parse_protocol for AF_PACKET by Jason A. Donenfeld · 4 years, 6 months ago
- 1806c13 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 7 months ago
- 607259a6 net: add a new ndo_tunnel_ioctl method by Christoph Hellwig · 4 years, 7 months ago
- 976eba8a ip_vti: receive ipip packet by calling ip_tunnel_rcv by Xin Long · 4 years, 8 months ago
- f1ed102 vti[6]: fix packet tx through bpf_redirect() in XinY cases by Nicolas Dichtel · 5 years ago
- 9522416 vti[6]: fix packet tx through bpf_redirect() by Nicolas Dichtel · 5 years ago
- 8247a79 vti: do not confirm neighbor when do pmtu update by Hangbin Liu · 5 years ago
- c593642 treewide: Use sizeof_field() macro by Pankaj Bharadiya · 5 years ago
- 2874c5f treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 by Thomas Gleixner · 6 years ago
- ff24e49 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
- c9500d7 xfrm: store xfrm_mode directly, not its address by Florian Westphal · 6 years ago
- 4c145dc xfrm: make xfrm modes builtin by Florian Westphal · 6 years ago
- b45714b xfrm: prefer family stored in xfrm_mode struct by Florian Westphal · 6 years ago
- f981c57 vti4: eliminated some duplicate code. by Jeremy Sowden · 6 years ago
- 01ce31c vti4: removed duplicate log message. by Jeremy Sowden · 6 years ago
- 5483844 vti4: ipip tunnel deregistration fixes. by Jeremy Sowden · 6 years ago
- dd9ee34 vti4: Fix a ipip packet processing bug in 'IPCOMP' virtual tunnel by Su Yanjun · 6 years ago
- cb9f1b7 ip: validate header length on virtual device xmit by Willem de Bruijn · 6 years ago
- 1042caa net-ipv4: remove 2 always zero parameters from ipv4_redirect() by Maciej Żenczykowski · 6 years ago
- d888f39 net-ipv4: remove 2 always zero parameters from ipv4_update_pmtu() by Maciej Żenczykowski · 6 years ago
- cd1aa9c ip_vti: fix a null pointer deferrence when create vti fallback tunnel by Haishuang Yan · 6 years ago
- 03080e5e vti4: Don't override MTU passed on link creation via IFLA_MTU by Stefano Brivio · 7 years ago
- dd1df24 vti4: Don't count header length twice on tunnel setup by Stefano Brivio · 7 years ago
- f15ca72 net: don't call update_pmtu unconditionally by Nicolas Dichtel · 7 years ago
- db32919 ip_vti: remove the useless err_count check in vti_xmit by Xin Long · 7 years ago
- 53954cf Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
- 36f6ee2 vti: fix use after free in vti_tunnel_xmit/vti6_tnl_xmit by Alexey Kodanev · 7 years ago
- 64bc178 ipv4: speedup ipv6 tunnels dismantle by Eric Dumazet · 7 years ago
- 6b1c42e vti: revert flush x-netns xfrm cache when vti interface is removed by Florian Westphal · 7 years ago
- a8b8a889 net: add netlink_ext_ack argument to rtnl_link_ops.validate by Matthias Schiffer · 8 years ago
- ad744b2 net: add netlink_ext_ack argument to rtnl_link_ops.changelink by Matthias Schiffer · 8 years ago
- 7a3f4a1 net: add netlink_ext_ack argument to rtnl_link_ops.newlink by Matthias Schiffer · 8 years ago
- 8ed508f vti: check nla_put_* return value by Hangbin Liu · 8 years ago
- 9830ad4 ip_tunnel: Allow policy-based routing through tunnels by Craig Gallek · 8 years ago
- c7d03a0 netns: make struct pernet_operations::id unsigned int by Alexey Dobriyan · 8 years ago
- 1fb81e0 vti: use right inner_mode for inbound inter address family policy checks by thomas.zeitlhofer+lkml@ze-it.at · 8 years ago
- a5d0dc8 vti: flush x-netns xfrm cache when vti interface is removed by Lance Richardson · 8 years ago
- d6af1a3 vti: Add pmtu handling to vti_xmit. by Steffen Klassert · 9 years ago
- 039f506 ip_tunnel: Move stats update to iptunnel_xmit() by Pravin B Shelar · 9 years ago
- dfc3b0e net: remove unnecessary mroute.h includes by Nikolay Aleksandrov · 9 years ago
- 13206b6 net: Pass net into dst_output and remove dst_output_okfn by Eric W. Biederman · 9 years ago
- 5a70649 net: Merge dst_output and dst_output_sk by Eric W. Biederman · 9 years ago
- d55c670 ip_vti/ip6_vti: Preserve skb->mark after rcv_cb call by Alexander Duyck · 10 years ago
- cd5279c ip_vti/ip6_vti: Do not touch skb->mark on xmit by Alexander Duyck · 10 years ago
- 00db412 ipv4: coding style: comparison for inequality with NULL by Ian Morris · 10 years ago
- 1e99584 ipip,gre,vti,sit: implement ndo_get_iflink by Nicolas Dichtel · 10 years ago
- 67b61f6 netlink: implement nla_get_in_addr and nla_get_in6_addr by Jiri Benc · 10 years ago
- 930345e netlink: implement nla_put_in_addr and nla_put_in6_addr by Jiri Benc · 10 years ago
- 1728d4f tunnels: advertise link netns via netlink by Nicolas Dichtel · 10 years ago
- 20ea60c ip_tunnel: the lack of vti_link_ops' dellink() cause kernel panic by lucien · 10 years ago
- 0287587 net: better IFF_XMIT_DST_RELEASE support by Eric Dumazet · 10 years ago
- 1990e4f vti: Simplify error handling in module init and exit by Mathias Krause · 11 years ago
- 7c8e6b9 ip_vti: Fix 'ip tunnel add' with 'key' parameters by Dmitry Popov · 11 years ago
- f895f0c Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec by David S. Miller · 11 years ago
- 6d004d6 vti: Use the tunnel mark for lookup in the error handlers. by Steffen Klassert · 11 years ago
- a3245236 vti4: Don't count header length twice. by Steffen Klassert · 11 years ago
- 8d89dcd vti: don't allow to add the same tunnel twice by Nicolas Dichtel · 11 years ago
- 895de9a vti4: Enable namespace changing by Steffen Klassert · 11 years ago
- 6e2de80 vti4: Check the tunnel endpoints of the xfrm state and the vti interface by Steffen Klassert · 11 years ago
- 78a010c vti4: Support inter address family tunneling. by Steffen Klassert · 11 years ago
- a34cd4f vti4: Use the on xfrm_lookup returned dst_entry directly by Steffen Klassert · 11 years ago
- df3893c vti: Update the ipv4 side to use it's own receive hook. by Steffen Klassert · 11 years ago
- 3acfa1e ipv4: be friend with drop monitor by Eric Dumazet · 11 years ago
- 8f84985 net: unify the pcpu_tstats and br_cpu_netstats as one by Li RongQing · 11 years ago
- 236c9f8 xfrm: Release dst if this dst is improper for vti tunnel by fan.du · 11 years ago
- c3fa32b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
- 7263a51 vti: get rid of nf mark rule in prerouting by Christophe Gouault · 11 years ago
- aba8269 {ipv4,xfrm}: Introduce xfrm_tunnel_notifier for xfrm tunnel mode callback by Fan Du · 11 years ago
- 6c742e7 ipip: add x-netns support by Nicolas Dichtel · 11 years ago
- b9959fd vti: switch to new ip tunnel code by Amerigo Wang · 11 years ago
- ab6c7a0 vti: remove duplicated code to fix a memory leak by Cong Wang · 12 years ago
- baafc77 net/ipv4: ip_vti clear skb cb before tunneling. by Saurabh Mohan · 12 years ago
- f61dd38 Tunneling: use IP Tunnel stats APIs. by Pravin B Shelar · 12 years ago
- c544193 GRE: Refactor GRE tunneling code. by Pravin B Shelar · 12 years ago
- 52e804c net: Allow userns root to control ipv4 by Eric W. Biederman · 12 years ago
- 67f4efd Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
- b294200 ipv4/ip_vti.c: VTI fix post-decryption forwarding by Saurabh Mohan · 12 years ago
- e086cad net: unify for_each_ip_tunnel_rcu() by Amerigo Wang · 12 years ago
- aa0010f net: convert __IPTUNNEL_XMIT() to an inline function by Amerigo Wang · 12 years ago
- 8437e76 vti: fix sparse bit endian warnings by stephen hemminger · 12 years ago
- b0558ef xfrm: remove extranous rcu_read_lock by stephen hemminger · 12 years ago
- e7d4b18 net/ipv4/ip_vti.c: Fix __rcu warnings detected by sparse. by Saurabh · 12 years ago
- 1181412 net/ipv4: VTI support new module for ip_vti. by Saurabh · 12 years ago