| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-09-04 | ipv6: sit: Add ipip6_tunnel_dst_find() for cleanup | Yue Haibing | 1 | -56/+48 |
| 2025-06-17 | net: ipv4: Add a flags argument to iptunnel_xmit(), udp_tunnel_xmit_skb() | Petr Machata | 1 | -1/+1 |
| 2025-04-14 | ipv6: Convert tunnel devices' ->exit_batch_rtnl() to ->exit_rtnl(). | Kuniyuki Iwashima | 1 | -17/+6 |
| 2025-03-08 | net: move misc netdev_lock flavors to a separate header | Jakub Kicinski | 1 | -0/+1 |
| 2025-03-04 | net: rename netns_local to netns_immutable | Nicolas Dichtel | 1 | -1/+1 |
| 2025-02-21 | net: ipv6: Use link netns in newlink() of rtnl_link_ops | Xiao Liang | 1 | -3/+3 |
| 2025-02-21 | net: ipv6: Init tunnel link-netns before registering dev | Xiao Liang | 1 | -3/+5 |
| 2025-02-21 | rtnetlink: Pack newlink() params into struct | Xiao Liang | 1 | -2/+4 |
| 2024-09-04 | ipv6: sit: Unmask upper DSCP bits in ipip6_tunnel_bind_dev() | Ido Schimmel | 1 | -1/+1 |
| 2024-09-03 | netdev_features: convert NETIF_F_NETNS_LOCAL to dev->netns_local | Alexander Lobakin | 1 | -1/+1 |
| 2024-09-03 | netdev_features: convert NETIF_F_LLTX to dev->lltx | Alexander Lobakin | 1 | -1/+1 |
| 2024-08-31 | ipv6: sit: Unmask upper DSCP bits in ipip6_tunnel_xmit() | Ido Schimmel | 1 | -2/+3 |
| 2024-04-01 | ip_tunnel: convert __be16 tunnel flags to bitmaps | Alexander Lobakin | 1 | -2/+3 |
| 2024-04-01 | ip_tunnel: use a separate struct to store tunnel params in the kernel | Alexander Lobakin | 1 | -15/+18 |
| 2024-02-29 | net: sit: Do not set .ndo_get_stats64 | Breno Leitao | 1 | -1/+0 |
| 2024-02-22 | ipv6/sit: Do not allocate stats in the driver | Breno Leitao | 1 | -8/+4 |
| 2024-02-15 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -0/+1 |
| 2024-02-13 | net: add netdev_lockdep_set_classes() to virtual drivers | Eric Dumazet | 1 | -0/+1 |
| 2024-02-09 | net: fill in MODULE_DESCRIPTION()s for ipv6 modules | Breno Leitao | 1 | -0/+1 |
| 2024-02-07 | sit: use exit_batch_rtnl() method | Eric Dumazet | 1 | -8/+5 |
| 2023-04-28 | sit: update dev->needed_headroom in ipip6_tunnel_bind_dev() | Cong Wang | 1 | -3/+5 |
| 2023-04-12 | ipip,ip_tunnel,sit: Add FOU support for externally controlled ipip devices | Christian Ehrig | 1 | -1/+1 |
| 2022-11-16 | ipv6/sit: use DEV_STATS_INC() to avoid data-races | Eric Dumazet | 1 | -11/+11 |
| 2022-10-25 | ipv6: ensure sane device mtu in tunnels | Eric Dumazet | 1 | -3/+5 |
| 2022-10-03 | net: Add helper function to parse netlink msg of ip_tunnel_parm | Liu Jian | 1 | -26/+1 |
| 2022-10-03 | net: Add helper function to parse netlink msg of ip_tunnel_encap | Liu Jian | 1 | -36/+2 |
| 2022-08-22 | ipv6: move from strlcpy with unused retval to strscpy | Wolfram Sang | 1 | -1/+1 |
| 2022-06-30 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -5/+3 |
| 2022-06-28 | ipv6/sit: fix ipip6_tunnel_get_prl return value | katrinzhou | 1 | -5/+3 |
| 2022-06-09 | sit: use dev_sw_netstats_rx_add() | Eric Dumazet | 1 | -7/+1 |
| 2022-06-09 | net: rename reference+tracking helpers | Jakub Kicinski | 1 | -2/+2 |
| 2022-01-12 | sit: allow encapsulated IPv6 traffic to be delivered locally | Ignat Korchagin | 1 | -1/+1 |
| 2021-12-16 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -1/+0 |
| 2021-12-16 | sit: do not call ipip6_dev_free() from sit_init_net() | Eric Dumazet | 1 | -1/+0 |
| 2021-12-06 | sit: add net device refcount tracking to ip_tunnel | Eric Dumazet | 1 | -2/+2 |
| 2021-10-13 | ip: use dev_addr_set() in tunnels | Jakub Kicinski | 1 | -2/+2 |
| 2021-07-27 | ip_tunnel: use ndo_siocdevprivate | Arnd Bergmann | 1 | -17/+18 |
| 2021-07-20 | memcg: ipv6/sit: account and don't WARN on ip_tunnel_prl structs allocation | Vasily Averin | 1 | -2/+3 |
| 2021-06-28 | sit: allow redirecting ip6ip, ipip and mplsip packets to eth devices | Guillaume Nault | 1 | -0/+4 |
| 2021-06-07 | Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 1 | -0/+3 |
| 2021-06-03 | sit: set name of device back to struct parms | zhang kai | 1 | -0/+3 |
| 2021-06-02 | sit: replace 68 with micro IPV4_MIN_MTU | zhang kai | 1 | -1/+1 |
| 2021-04-17 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -2/+2 |
| 2021-04-13 | net: sit: Unregister catch-all devices | Hristo Venev | 1 | -2/+2 |
| 2021-03-31 | ipv6: remove extra dev_hold() for fallback tunnels | Eric Dumazet | 1 | -1/+0 |
| 2021-03-29 | sit: proper dev_{hold|put} in ndo_[un]init methods | Eric Dumazet | 1 | -3/+1 |
| 2021-03-28 | sit: use min | kernel test robot | 1 | -1/+1 |
| 2021-03-01 | net: always use icmp{,v6}_ndo_send from ndo_start_xmit | Jason A. Donenfeld | 1 | -1/+1 |
| 2021-01-14 | net: sit: unregister_netdevice on newlink's error path | Jakub Kicinski | 1 | -1/+4 |
| 2020-11-12 | Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -2/+0 |
| 2020-11-09 | ipv4/ipv6: switch to dev_get_tstats64 | Heiner Kallweit | 1 | -1/+1 |
| 2020-11-09 | IPv6: Set SIT tunnel hard_header_len to zero | Oliver Herms | 1 | -2/+0 |
| 2020-06-30 | net: sit: implement header_ops->parse_protocol for AF_PACKET | Jason A. Donenfeld | 1 | -0/+1 |
| 2020-05-19 | sit: impement ->ndo_tunnel_ctl | Christoph Hellwig | 1 | -39/+34 |
| 2020-05-19 | sit: refactor ipip6_tunnel_ioctl | Christoph Hellwig | 1 | -158/+210 |
| 2019-12-24 | sit: do not confirm neighbor when do pmtu update | Hangbin Liu | 1 | -1/+1 |
| 2019-07-14 | sit: use dst_cache in ipip6_tunnel_xmit | Haishuang Yan | 1 | -4/+9 |
| 2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 | Thomas Gleixner | 1 | -5/+1 |
| 2019-05-07 | vrf: sit mtu should not be updated when vrf netdev is the link | Stephen Suryaputra | 1 | -1/+1 |
| 2019-04-04 | ipv6: sit: reset ip header pointer in ipip6_rcv | Lorenzo Bianconi | 1 | -0/+4 |
| 2019-03-11 | net: sit: fix UBSAN Undefined behaviour in check_6rd | Miaohe Lin | 1 | -2/+3 |
| 2019-03-02 | net: sit: fix memory leak in sit_init_net() | Mao Wenan | 1 | -0/+1 |
| 2019-02-07 | sit: check if IPv6 enabled before calling ip6_err_gen_icmpv6_unreach() | Hangbin Liu | 1 | -1/+2 |
| 2019-01-01 | ip: validate header length on virtual device xmit | Willem de Bruijn | 1 | -0/+3 |
| 2018-09-26 | net-ipv4: remove 2 always zero parameters from ipv4_redirect() | Maciej Żenczykowski | 1 | -2/+2 |
| 2018-09-26 | net-ipv4: remove 2 always zero parameters from ipv4_update_pmtu() | Maciej Żenczykowski | 1 | -1/+1 |
| 2018-06-01 | ip6_tunnel: remove magic mtu value 0xFFF8 | Nicolas Dichtel | 1 | -2/+3 |
| 2018-04-05 | ipv6: sit: better validate user provided tunnel names | Eric Dumazet | 1 | -3/+5 |
| 2018-03-27 | net: Drop pernet_operations::async | Kirill Tkhai | 1 | -1/+0 |
| 2018-03-09 | net: do not create fallback tunnels for non-default namespaces | Eric Dumazet | 1 | -1/+4 |
| 2018-03-06 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -0/+7 |
| 2018-02-27 | sit: fix IFLA_MTU ignored on NEWLINK | Xin Long | 1 | -0/+7 |
| 2018-02-27 | net: Convert sit_net_ops | Kirill Tkhai | 1 | -0/+1 |
| 2018-02-23 | ipv6 sit: work around bogus gcc-8 -Wrestrict warning | Arnd Bergmann | 1 | -1/+1 |
| 2018-01-25 | net: don't call update_pmtu unconditionally | Nicolas Dichtel | 1 | -2/+2 |
| 2017-11-30 | sit: update frag_off info | Hangbin Liu | 1 | -0/+1 |
| 2017-11-01 | net: sit: Update lookup to handle links set to L3 slave | David Ahern | 1 | -10/+21 |
| 2017-09-19 | ipv6: speedup ipv6 tunnels dismantle | Eric Dumazet | 1 | -3/+6 |
| 2017-06-30 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+1 |
| 2017-06-26 | net: add netlink_ext_ack argument to rtnl_link_ops.validate | Matthias Schiffer | 1 | -1/+2 |
| 2017-06-26 | net: add netlink_ext_ack argument to rtnl_link_ops.changelink | Matthias Schiffer | 1 | -1/+2 |
| 2017-06-26 | net: add netlink_ext_ack argument to rtnl_link_ops.newlink | Matthias Schiffer | 1 | -1/+2 |
| 2017-06-23 | sit: use __GFP_NOWARN for user controlled allocation | WANG Cong | 1 | -1/+1 |
| 2017-06-07 | net: Fix inconsistent teardown and release of private netdev state. | David S. Miller | 1 | -3/+3 |
| 2017-04-21 | ip_tunnel: Allow policy-based routing through tunnels | Craig Gallek | 1 | -13/+24 |
| 2017-02-08 | sit: fix a double free on error path | WANG Cong | 1 | -0/+1 |
| 2016-12-24 | Replace <asm/uaccess.h> with <linux/uaccess.h> globally | Linus Torvalds | 1 | -1/+1 |
| 2016-11-18 | netns: make struct pernet_operations::id unsigned int | Alexey Dobriyan | 1 | -1/+1 |
| 2016-10-20 | ipv4/6: use core net MTU range checking | Jarod Wilson | 1 | -12/+2 |
| 2016-08-12 | sit: make function ipip6_valid_ip_proto() static | Wei Yongjun | 1 | -1/+1 |
| 2016-08-10 | net: resolve symbol conflicts with generic hashtable.h | Jiri Kosina | 1 | -5/+5 |
| 2016-07-09 | sit: support MPLS over IPv4 | Simon Horman | 1 | -16/+77 |
| 2016-06-30 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -2/+2 |
| 2016-06-18 | ipv6: RFC 4884 partial support for SIT/GRE tunnels | Eric Dumazet | 1 | -1/+3 |
| 2016-06-18 | ipv6: translate ICMP_TIME_EXCEEDED to ICMPV6_TIME_EXCEED | Eric Dumazet | 1 | -3/+3 |
| 2016-06-18 | ip6: move ipip6_err_gen_icmpv6_unreach() | Eric Dumazet | 1 | -37/+1 |
| 2016-06-16 | sit: correct IP protocol used in ipip6_err | Simon Horman | 1 | -2/+2 |
| 2016-06-09 | sit: remove unnecessary protocol check in ipip6_tunnel_xmit() | Simon Horman | 1 | -3/+0 |
| 2016-05-20 | net: define gso types for IPx over IPv4 and IPv6 | Tom Herbert | 1 | -2/+2 |
| 2016-04-16 | ip_tunnel_core: iptunnel_handle_offloads returns int and doesn't free skb | Alexander Duyck | 1 | -8/+6 |
| 2016-03-20 | tunnels: Remove encapsulation offloads on decap. | Jesse Gross | 1 | -2/+4 |
| 2016-02-18 | iptunnel: scrub packet in iptunnel_pull_header | Jiri Benc | 1 | -1/+1 |
| 2016-02-16 | ip_tunnel: replace dst_cache with generic implementation | Paolo Abeni | 1 | -8/+9 |
| 2016-02-12 | net: ip_tunnel: remove 'csum_help' argument to iptunnel_handle_offloads | Edward Cree | 1 | -2/+2 |
| 2016-01-25 | sit: set rtnl_link_ops before calling register_netdevice | Thadeu Lima de Souza Cascardo | 1 | -2/+2 |
| 2015-12-25 | ip_tunnel: Move stats update to iptunnel_xmit() | Pravin B Shelar | 1 | -5/+2 |
| 2015-11-02 | sit: fix sit0 percpu double allocations | Eric Dumazet | 1 | -22/+4 |
| 2015-08-10 | ip_gre: Add support to collect tunnel metadata. | Pravin B Shelar | 1 | -1/+1 |
| 2015-04-08 | ipv6: call iptunnel_xmit with NULL sock pointer if no tunnel sock is available | Hannes Frederic Sowa | 1 | -1/+1 |
| 2015-04-02 | ipip,gre,vti,sit: implement ndo_get_iflink | Nicolas Dichtel | 1 | -2/+1 |
| 2015-03-31 | netlink: implement nla_get_in_addr and nla_get_in6_addr | Jiri Benc | 1 | -2/+1 |
| 2015-03-31 | netlink: implement nla_put_in_addr and nla_put_in6_addr | Jiri Benc | 1 | -6/+6 |
| 2015-03-31 | ipv6: coding style: comparison for inequality with NULL | Ian Morris | 1 | -5/+5 |
| 2015-03-31 | ipv6: coding style: comparison for equality with NULL | Ian Morris | 1 | -6/+6 |
| 2015-02-05 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -4/+4 |
| 2015-02-05 | sit: fix some __be16/u16 mismatches | Eric Dumazet | 1 | -4/+4 |
| 2015-01-19 | tunnels: advertise link netns via netlink | Nicolas Dichtel | 1 | -0/+1 |
| 2014-11-23 | ipv6: coding style improvements (remove assignment in if statements) | Ian Morris | 1 | -3/+4 |
| 2014-11-06 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -9/+6 |
| 2014-11-05 | fou: Fix typo in returning flags in netlink | Tom Herbert | 1 | -1/+1 |
| 2014-11-03 | sit: Use ipip6_tunnel_init as the ndo_init function. | Steffen Klassert | 1 | -9/+6 |
| 2014-10-18 | ipv6: fix a potential use after free in sit.c | Li RongQing | 1 | -3/+3 |
| 2014-10-07 | net: better IFF_XMIT_DST_RELEASE support | Eric Dumazet | 1 | -1/+1 |
| 2014-10-01 | sit: Set inner IP protocol in sit | Tom Herbert | 1 | -0/+4 |
| 2014-09-19 | sit: Setup and TX path for sit/UDP foo-over-udp encapsulation | Tom Herbert | 1 | -10/+97 |
| 2014-08-24 | ipv6: White-space cleansing : Line Layouts | Ian Morris | 1 | -6/+6 |
| 2014-08-14 | sit: Fix ipip6_tunnel_lookup device matching criteria | Shmulik Ladkani | 1 | -3/+3 |
| 2014-07-15 | net: set name_assign_type in alloc_netdev() | Tom Gundersen | 1 | -1/+3 |
| 2014-06-11 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -2/+2 |
| 2014-06-10 | ipip, sit: fix ipv4_{update_pmtu,redirect} calls | Dmitry Popov | 1 | -2/+2 |
| 2014-05-21 | net: tunnels - enable module autoloading | Tom Gundersen | 1 | -0/+1 |
| 2014-04-16 | sit: use the right netns in ioctl handler | Nicolas Dichtel | 1 | -13/+4 |
| 2014-04-15 | ipv4: add a sock pointer to dst->output() path. | Eric Dumazet | 1 | -2/+3 |
| 2014-03-05 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -0/+19 |
| 2014-02-20 | sit: fix panic with route cache in ip tunnels | Nicolas Dichtel | 1 | -0/+19 |
| 2014-02-14 | net: introduce netdev_alloc_pcpu_stats() for drivers | WANG Cong | 1 | -16/+2 |
| 2014-01-06 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -2/+6 |
| 2014-01-04 | net: unify the pcpu_tstats and br_cpu_netstats as one | Li RongQing | 1 | -5/+5 |
| 2014-01-01 | ipv6: fix the use of pcpu_tstats in sit | Li RongQing | 1 | -0/+2 |
| 2013-12-27 | ipv6: release dst properly in ipip6_tunnel_xmit | Li RongQing | 1 | -1/+3 |
| 2013-12-18 | ipv6: sit: update mtu check to take care of gso packets | Eric Dumazet | 1 | -1/+1 |
| 2013-11-28 | sit: use kfree_skb to replace dev_kfree_skb | Gao feng | 1 | -3/+3 |
| 2013-11-23 | sit: generate icmpv6 error when receiving icmpv4 error | Oussama Ghorbel | 1 | -6/+38 |
| 2013-11-19 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 1 | -4/+14 |
| 2013-11-14 | sit: fix use after free of fb_tunnel_dev | Willem de Bruijn | 1 | -4/+14 |
| 2013-11-14 | Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -0/+15 |
| 2013-11-06 | net: Explicitly initialize u64_stats_sync structures for lockdep | John Stultz | 1 | -0/+15 |
| 2013-10-21 | ipv6: sit: add GSO/TSO support | Eric Dumazet | 1 | -9/+19 |
| 2013-10-01 | sit: allow to use rtnl ops on fb tunnel | Nicolas Dichtel | 1 | -1/+1 |
| 2013-09-28 | IPv6 NAT: Do not drop DNATed 6to4/6rd packets | Catalin\(ux\) M. BOIE | 1 | -15/+69 |
| 2013-09-05 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -4/+7 |
| 2013-09-04 | tunnels: harmonize cleanup done on skb on rx path | Nicolas Dichtel | 1 | -5/+1 |
| 2013-09-04 | tunnels: harmonize cleanup done on skb on xmit path | Nicolas Dichtel | 1 | -4/+1 |
| 2013-09-04 | skb: allow skb_scrub_packet() to be used by tunnels | Nicolas Dichtel | 1 | -2/+2 |
| 2013-09-04 | iptunnels: remove net arg from iptunnel_xmit() | Nicolas Dichtel | 1 | -2/+2 |
| 2013-08-30 | ipv4 tunnels: fix an oops when using ipip/sit with IPsec | Li Hongjun | 1 | -4/+2 |
| 2013-08-19 | ipv6: wire up skb->encapsulation | Hannes Frederic Sowa | 1 | -0/+5 |
| 2013-08-15 | ipv4 tunnels: use net_eq() helper to check netns | Nicolas Dichtel | 1 | -3/+3 |
| 2013-07-04 | sit: fix tunnel update via netlink | Nicolas Dichtel | 1 | -2/+2 |
| 2013-07-01 | ipv6: only apply anti-spoofing checks to not-pointopoint tunnels | Hannes Frederic Sowa | 1 | -1/+1 |
| 2013-06-27 | sit: add support of x-netns | Nicolas Dichtel | 1 | -10/+32 |
| 2013-06-19 | sit: fix an oops when IFLA_IPTUN_PROTO is not set | Nicolas Dichtel | 1 | -1/+1 |
| 2013-06-19 | ip_tunnel: push generic protocol handling to ip_tunnel module. | Pravin B Shelar | 1 | -1/+6 |
| 2013-06-19 | ip_tunnels: extend iptunnel_xmit() | Pravin B Shelar | 1 | -29/+10 |
| 2013-05-31 | sit: add IPv4 over IPv4 support | Nicolas Dichtel | 1 | -3/+116 |
| 2013-03-26 | Tunneling: use IP Tunnel stats APIs. | Pravin B Shelar | 1 | -36/+1 |
| 2013-03-26 | GRE: Refactor GRE tunneling code. | Pravin B Shelar | 1 | -1/+1 |
| 2013-03-10 | tunnel: use iptunnel_xmit() again | Cong Wang | 1 | -0/+2 |
| 2013-01-29 | ipv6: add anti-spoofing checks for 6to4 and 6rd | Hannes Frederic Sowa | 1 | -13/+41 |
| 2013-01-18 | ipv6: remove unneeded check to pskb_may_pull in ipip6_rcv | Hannes Frederic Sowa | 1 | -6/+1 |
| 2012-11-28 | ip6tnl/sit: drop packet if ECN present with not-ECT | Nicolas Dichtel | 1 | -12/+21 |
| 2012-11-20 | sit: allow to configure 6rd tunnels via netlink | Nicolas Dichtel | 1 | -25/+124 |
| 2012-11-18 | net: Allow userns root to control ipv6 | Eric W. Biederman | 1 | -4/+4 |
| 2012-11-15 | sit: fix sparse warnings | Nicolas Dichtel | 1 | -5/+5 |
| 2012-11-14 | sit: add support of link creation via rtnl | Nicolas Dichtel | 1 | -28/+150 |
| 2012-11-14 | sit: rename rtnl functions for consistency | Nicolas Dichtel | 1 | -4/+4 |
| 2012-11-14 | sit/rtnl: add missing parameters on dump | Nicolas Dichtel | 1 | -1/+8 |
| 2012-11-14 | sit: always notify change when params are updated | Nicolas Dichtel | 1 | -17/+15 |
| 2012-11-14 | net: unify for_each_ip_tunnel_rcu() | Amerigo Wang | 1 | -10/+3 |
| 2012-11-14 | net: convert __IPTUNNEL_XMIT() to an inline function | Amerigo Wang | 1 | -13/+1 |
| 2012-11-09 | sit: advertise tunnel param via rtnl | Nicolas Dichtel | 1 | -1/+56 |
| 2012-09-27 | xfrm: remove extranous rcu_read_lock | stephen hemminger | 1 | -6/+0 |
| 2012-07-17 | net: Pass optional SKB and SK arguments to dst_ops->{update_pmtu,redirect}() | David S. Miller | 1 | -1/+1 |
| 2012-07-12 | ipv6: Add redirect support to all protocol icmp error handlers. | David S. Miller | 1 | -0/+8 |
| 2012-06-14 | ipv4: Handle PMTU in all ICMP error handlers. | David S. Miller | 1 | -4/+11 |
| 2012-05-16 | net: ipv6: Standardize prefixes for message logging | Joe Perches | 1 | -2/+4 |
| 2012-05-15 | net: Convert net_ratelimit uses to net_<level>_ratelimited | Joe Perches | 1 | -4/+2 |
| 2012-04-14 | tunnel: implement 64 bits statistics | stephen hemminger | 1 | -18/+34 |
| 2012-04-02 | net/ipv6/sit.c: Checkpatch cleanup | Eldad Zack | 1 | -3/+3 |
| 2012-01-26 | ipv6: sit: Convert to dst_neigh_lookup() | David S. Miller | 1 | -5/+15 |
| 2012-01-12 | net: reintroduce missing rcu_assign_pointer() calls | Eric Dumazet | 1 | -5/+5 |
| 2011-12-16 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+6 |
| 2011-12-12 | ipip, sit: copy parms.name after register_netdevice | Ted Feng | 1 | -1/+6 |
| 2011-12-05 | net: Rename dst_get_neighbour{, _raw} to dst_get_neighbour_noref{, _raw}. | David Miller | 1 | -2/+2 |
| 2011-11-22 | net: remove ipv6_addr_copy() | Alexey Dobriyan | 1 | -2/+2 |
| 2011-11-08 | net: better pcpu data alignment | Eric Dumazet | 1 | -1/+1 |
| 2011-08-20 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -0/+3 |
| 2011-08-16 | sit tunnels: propagate IPv6 transport class to IPv4 Type of Service | Lionel Elie Mamane | 1 | -0/+3 |
| 2011-08-02 | rcu: convert uses of rcu_assign_pointer(x, NULL) to RCU_INIT_POINTER | Stephen Hemminger | 1 | -6/+6 |
| 2011-07-17 | net: Abstract dst->neighbour accesses behind helpers. | David S. Miller | 1 | -2/+2 |