| Commit message (Expand) | Author | Age | Files | Lines |
* | vxlan: move to its own directory | Roopa Prabhu | 2022-03-01 | 1 | -4834/+0 |
* | net: dev: Makes sure netif_rx() can be invoked in any context. | Sebastian Andrzej Siewior | 2022-02-14 | 1 | -1/+1 |
* | net: vxlan: add macro definition for number of IANA VXLAN-GPE port | Hao Chen | 2021-11-29 | 1 | -1/+1 |
* | net: remove .ndo_change_proto_down | Jakub Kicinski | 2021-11-23 | 1 | -2/+1 |
* | net: annotate accesses to dev->gso_max_segs | Eric Dumazet | 2021-11-22 | 1 | -1/+1 |
* | net: annotate accesses to dev->gso_max_size | Eric Dumazet | 2021-11-22 | 1 | -1/+1 |
* | net: move gro definitions to include/net/gro.h | Eric Dumazet | 2021-11-16 | 1 | -0/+1 |
* | nexthop: Fix memory leaks in nexthop notification chain listeners | Ido Schimmel | 2021-09-23 | 1 | -1/+1 |
* | vxlan: add missing rcu_read_lock() in neigh_reduce() | Eric Dumazet | 2021-06-22 | 1 | -0/+2 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2021-04-09 | 1 | -4/+14 |
|\ |
|
| * | vxlan: do not modify the shared tunnel info when PMTU triggers an ICMP reply | Antoine Tenart | 2021-03-25 | 1 | -4/+14 |
* | | vxlan: allow L4 GRO passthrough | Paolo Abeni | 2021-03-30 | 1 | -0/+1 |
* | | drivers: net: vxlan.c: Fix declaration issue | Sanjana Srinidhi | 2021-03-13 | 1 | -0/+1 |
|/ |
|
* | vxlan: move debug check after netdev unregister | Taehee Yoo | 2021-02-23 | 1 | -3/+8 |
* | vxlan: add NETIF_F_FRAGLIST flag for dev features | Xin Long | 2021-01-18 | 1 | -2/+3 |
* | udp_tunnel: remove REGISTER/UNREGISTER handling from tunnel drivers | Jakub Kicinski | 2021-01-07 | 1 | -10/+5 |
* | vxlan: avoid double unlikely() notation when using IS_ERR() | Antonio Quartulli | 2020-12-10 | 1 | -1/+1 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2020-12-03 | 1 | -1/+6 |
|\ |
|
| * | vxlan: fix error return code in __vxlan_dev_create() | Zhang Changzhong | 2020-12-02 | 1 | -1/+3 |
| * | vxlan: Copy needed_tailroom from lowerdev | Sven Eckelmann | 2020-11-30 | 1 | -0/+2 |
| * | vxlan: Add needed_headroom for lower device | Sven Eckelmann | 2020-11-30 | 1 | -0/+1 |
* | | net: switch to dev_get_tstats64 | Heiner Kallweit | 2020-11-09 | 1 | -2/+2 |
* | | nexthop: Pass extack to register_nexthop_notifier() | Ido Schimmel | 2020-11-06 | 1 | -1/+2 |
* | | nexthop: vxlan: Convert to new notification info | Ido Schimmel | 2020-11-06 | 1 | -2/+7 |
* | | vxlan: Use a per-namespace nexthop listener instead of a global one | Ido Schimmel | 2020-11-03 | 1 | -7/+8 |
|/ |
|
* | vxlan: use dev_sw_netstats_rx_add() | Fabian Frederick | 2020-10-06 | 1 | -7/+1 |
* | Revert "vxlan: move encapsulation warning" | Jakub Kicinski | 2020-09-26 | 1 | -4/+5 |
* | vxlan: fix vxlan_find_sock() documentation for l3mdev | Fabian Frederick | 2020-09-25 | 1 | -2/+3 |
* | vxlan: check rtnl_configure_link return code correctly | Fabian Frederick | 2020-09-25 | 1 | -1/+1 |
* | vxlan: move encapsulation warning | Fabian Frederick | 2020-09-25 | 1 | -5/+4 |
* | vxlan: add unlikely to vxlan_remcsum check | Fabian Frederick | 2020-09-25 | 1 | -1/+1 |
* | vxlan: don't collect metadata if remote checksum is wrong | Fabian Frederick | 2020-09-25 | 1 | -3/+4 |
* | Revert "vxlan: fix tos value before xmit" | Hangbin Liu | 2020-08-05 | 1 | -2/+2 |
* | vxlan: Support for PMTU discovery on directly bridged links | Stefano Brivio | 2020-08-04 | 1 | -6/+41 |
* | tunnels: PMTU discovery support for directly bridged IP packets | Stefano Brivio | 2020-08-04 | 1 | -2/+2 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 2020-08-02 | 1 | -4/+12 |
|\ |
|
| * | vxlan: fix memleak of fdb | Taehee Yoo | 2020-08-01 | 1 | -2/+4 |
| * | vxlan: Ensure FDB dump is performed under RCU | Ido Schimmel | 2020-07-29 | 1 | -2/+8 |
* | | udp_tunnel: add central NIC RX port offload infrastructure | Jakub Kicinski | 2020-07-10 | 1 | -2/+4 |
|/ |
|
* | vxlan: fix last fdb index during dump of fdb with nhid | Roopa Prabhu | 2020-06-25 | 1 | -0/+4 |
* | vxlan: Remove access to nexthop group struct | David Ahern | 2020-06-10 | 1 | -5/+3 |
* | nexthop: Fix fdb labeling for groups | David Ahern | 2020-06-10 | 1 | -1/+1 |
* | net: change addr_list_lock back to static key | Cong Wang | 2020-06-09 | 1 | -3/+1 |
* | vxlan: fix dereference of nexthop group in nexthop update path | Roopa Prabhu | 2020-06-01 | 1 | -2/+2 |
* | vxlan: Avoid infinite loop when suppressing NS messages with invalid options | Ido Schimmel | 2020-06-01 | 1 | -0/+4 |
* | vxlan: few locking fixes in nexthop event handler | Roopa Prabhu | 2020-05-30 | 1 | -7/+25 |
* | vxlan: add check to prevent use of remote ip attributes with NDA_NH_ID | Roopa Prabhu | 2020-05-30 | 1 | -0/+4 |
* | vxlan: Do not assume RTNL is held in vxlan_fdb_info() | Ido Schimmel | 2020-05-24 | 1 | -3/+12 |
* | vxlan: support for nexthop notifiers | Roopa Prabhu | 2020-05-22 | 1 | -4/+29 |
* | vxlan: ecmp support for mac fdb entries | Roopa Prabhu | 2020-05-22 | 1 | -59/+247 |