- 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
- 7ad136f ipip: allow redirecting ipip and mplsip packets to eth devices by Guillaume Nault · 3 years, 6 months ago
- 98d7fc4 ipv4/ipv6: switch to dev_get_tstats64 by Heiner Kallweit · 4 years, 2 months ago
- e53ac93 net: ipip: implement header_ops->parse_protocol for AF_PACKET by Jason A. Donenfeld · 4 years, 6 months ago
- 13209a8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 7 months ago
- 57ebc8f net: ipip: fix wrong address family in init error path by Vadim Fedorenko · 4 years, 7 months ago
- 607259a6 net: add a new ndo_tunnel_ioctl method by Christoph Hellwig · 4 years, 7 months ago
- 47d858d ipip: validate header length in ipip_tunnel_xmit by Haishuang Yan · 5 years ago
- 2874c5f treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 by Thomas Gleixner · 6 years ago
- c8b34e6 ip_tunnel: Add tnl_update_pmtu in ip_md_tunnel_xmit by wenxu · 6 years ago
- 32bbd87 net: Convert protocol error handlers from void to int by Stefano Brivio · 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
- e1ea2f9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
- f3594f0 ipip: only increase err_count for some certain type icmp in ipip_err by Xin Long · 7 years ago
- 64bc178 ipv4: speedup ipv6 tunnels dismantle by Eric Dumazet · 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
- 9830ad4 ip_tunnel: Allow policy-based routing through tunnels by Craig Gallek · 8 years ago
- 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
- c7d03a0 netns: make struct pernet_operations::id unsigned int by Alexey Dobriyan · 8 years ago
- cfc7381 ip_tunnel: add collect_md mode to IPIP tunnel by Alexei Starovoitov · 8 years ago
- 1b69e7e ipip: support MPLS over IPv4 by Simon Horman · 8 years ago
- 7e13318 net: define gso types for IPx over IPv4 and IPv6 by Tom Herbert · 9 years ago
- aed069d ip_tunnel_core: iptunnel_handle_offloads returns int and doesn't free skb by Alexander Duyck · 9 years ago
- 7f290c9 iptunnel: scrub packet in iptunnel_pull_header by Jiri Benc · 9 years ago
- 6fa7966 net: ip_tunnel: remove 'csum_help' argument to iptunnel_handle_offloads by Edward Cree · 9 years ago
- c07f30a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
- 6d3c348 ipip: ioctl: Remove superfluous IP-TTL handling. by Pravin B Shelar · 9 years ago
- dfc3b0e net: remove unnecessary mroute.h includes by Nikolay Aleksandrov · 9 years ago
- 2e15ea3 ip_gre: Add support to collect tunnel metadata. by Pravin B Shelar · 9 years ago
- 252a8fb ipip: fix one sparse error by Eric Dumazet · 10 years ago
- 51456b2 ipv4: coding style: comparison for equality 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
- 3e97fa7 gre/ipip: use be16 variants of netlink functions by Sabrina Dubroca · 10 years ago
- 1728d4f tunnels: advertise link netns via netlink by Nicolas Dichtel · 10 years ago
- e1b2cb6 fou: Fix typo in returning flags in netlink by Tom Herbert · 10 years ago
- 0287587 net: better IFF_XMIT_DST_RELEASE support by Eric Dumazet · 10 years ago
- 077c5a0 ipip: Set inner IP protocol in ipip by Tom Herbert · 10 years ago
- 473ab82 ipip: Setup and TX path for ipip/UDP foo-over-udp encapsulation by Tom Herbert · 10 years ago
- 902455e Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
- 2346829 ipip, sit: fix ipv4_{update_pmtu,redirect} calls by Dmitry Popov · 11 years ago
- f98f89a net: tunnels - enable module autoloading by Tom Gundersen · 11 years ago
- 3acfa1e ipv4: be friend with drop monitor by Eric Dumazet · 11 years ago
- cb32f51 ipip: add GSO/TSO support by Eric Dumazet · 11 years ago
- 06c5405 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
- 737e828 ipv4 tunnels: fix an oops when using ipip/sit with IPsec by Li Hongjun · 11 years ago
- 6c742e7 ipip: add x-netns support by Nicolas Dichtel · 11 years ago
- 3b7b514 ipip: fix a regression in ioctl by Cong Wang · 11 years ago
- 3d7b46c ip_tunnel: push generic protocol handling to ip_tunnel module. by Pravin B Shelar · 12 years ago
- bf3d6a8 iptunnel: specify protocol outside IP header by Nicolas Dichtel · 12 years ago
- fd58156 IPIP: Use ip-tunneling code. by Pravin B Shelar · 12 years ago
- c544193 GRE: Refactor GRE tunneling code. by Pravin B Shelar · 12 years ago
- 6aed0c8 tunnel: use iptunnel_xmit() again by Cong Wang · 12 years ago
- 4f3ed92 ipip: capture inner headers during encapsulation by Pravin B Shelar · 12 years ago
- 8344bfc6 ipip: Use tunnel_ip_select_ident() for tunnel IP-Identification. by Pravin B Shelar · 12 years ago
- cef401d net: fix possible wrong checksum generation by Eric Dumazet · 12 years ago
- 52e804c net: Allow userns root to control ipv4 by Eric W. Biederman · 12 years ago
- fea379b ipip: fix sparse warnings in ipip_netlink_parms() by Nicolas Dichtel · 12 years ago
- be42da0 ipip: add support of link creation via rtnl by Nicolas Dichtel · 12 years ago
- befe2aa ipip/rtnl: add IFLA_IPTUN_PMTUDISC on dump by Nicolas Dichtel · 12 years ago
- c38cc4b ipip: always notify change when params are updated by Nicolas Dichtel · 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
- 0974658 ipip: advertise tunnel param via rtnl by Nicolas Dichtel · 12 years ago
- c3b89fb ipip: add GSO support by Eric Dumazet · 12 years ago
- eccc1bb tunnel: drop packet if ECN present with not-ECT by stephen hemminger · 12 years ago
- b0558ef xfrm: remove extranous rcu_read_lock by stephen hemminger · 12 years ago
- f8126f1 ipv4: Adjust semantics of rt->rt_gateway. by David S. Miller · 12 years ago
- 6700c27 net: Pass optional SKB and SK arguments to dst_ops->{update_pmtu,redirect}() by David S. Miller · 12 years ago
- 55be7a9 ipv4: Add redirect support to all protocol icmp error handlers. by David S. Miller · 12 years ago
- 3639339 ipv4: Handle PMTU in all ICMP error handlers. by David S. Miller · 13 years ago
- 5e73ea1 ipv4: fix checkpatch errors by Daniel Baluta · 13 years ago
- 87b6d21 tunnel: implement 64 bits statistics by stephen hemminger · 13 years ago
- 058bd4d net: Convert printks to pr_<level> by Joe Perches · 13 years ago
- 658c8d9 ipip: Fix bug added to ipip_tunnel_xmit(). by David S. Miller · 13 years ago
- 496053f ipv4: Remove bogus checks of rt_gateway being zero. by David S. Miller · 13 years ago
- cf778b0 net: reintroduce missing rcu_assign_pointer() calls by Eric Dumazet · 13 years ago
- b26e478 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 13 years ago
- 72b3601 ipip, sit: copy parms.name after register_netdevice by Ted Feng · 13 years ago
- 8ce120f net: better pcpu data alignment by Eric Dumazet · 13 years ago
- a9b3cd7 rcu: convert uses of rcu_assign_pointer(x, NULL) to RCU_INIT_POINTER by Stephen Hemminger · 13 years ago
- 1c5cae8 net: call dev_alloc_name from register_netdevice by Jiri Pirko · 14 years ago
- 69458cb ipv4: Use flowi4->{daddr,saddr} in ipip_tunnel_xmit(). by David S. Miller · 14 years ago
- 31e4543d ipv4: Make caller provide on-stack flow key to ip_route_output_ports(). by David S. Miller · 14 years ago
- b71d1d4 inet: constify ip headers and in6_addr by Eric Dumazet · 14 years ago
- 78fbfd8 ipv4: Create and use route lookup helpers. by David S. Miller · 14 years ago
- 33175d8 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
- 8909c9a net: don't allow CAP_NET_ADMIN to load non-netdev kernel modules by Vasiliy Kulikov · 14 years ago
- b23dd4f ipv4: Make output route lookup return rtable directly. by David S. Miller · 14 years ago
- 8afe7c8 ipip: add module alias for tunl0 tunnel device by stephen hemminger · 14 years ago
- 5811662 net: use the macros defined for the members of flowi by Changli Gao · 14 years ago
- 74b0b85 tunnels: Fix tunnels change rcu protection by Pavel Emelyanov · 14 years ago
- caf586e net: add a core netdev->rx_dropped counter by Eric Dumazet · 14 years ago
- 153f094 ipip: enable lockless xmits by Eric Dumazet · 14 years ago
- fada563 ipip: fix percpu stats accounting by Eric Dumazet · 14 years ago