aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/vxlan.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-09-23nexthop: Fix memory leaks in nexthop notification chain listenersIdo Schimmel1-1/+1
2021-06-22vxlan: add missing rcu_read_lock() in neigh_reduce()Eric Dumazet1-0/+2
2021-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-4/+14
2021-03-30vxlan: allow L4 GRO passthroughPaolo Abeni1-0/+1
2021-03-25vxlan: do not modify the shared tunnel info when PMTU triggers an ICMP replyAntoine Tenart1-4/+14
2021-03-13drivers: net: vxlan.c: Fix declaration issueSanjana Srinidhi1-0/+1
2021-02-23vxlan: move debug check after netdev unregisterTaehee Yoo1-3/+8
2021-01-18vxlan: add NETIF_F_FRAGLIST flag for dev featuresXin Long1-2/+3
2021-01-07udp_tunnel: remove REGISTER/UNREGISTER handling from tunnel driversJakub Kicinski1-10/+5
2020-12-10vxlan: avoid double unlikely() notation when using IS_ERR()Antonio Quartulli1-1/+1
2020-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+6
2020-12-02vxlan: fix error return code in __vxlan_dev_create()Zhang Changzhong1-1/+3
2020-11-30vxlan: Copy needed_tailroom from lowerdevSven Eckelmann1-0/+2
2020-11-30vxlan: Add needed_headroom for lower deviceSven Eckelmann1-0/+1
2020-11-09net: switch to dev_get_tstats64Heiner Kallweit1-2/+2
2020-11-06nexthop: Pass extack to register_nexthop_notifier()Ido Schimmel1-1/+2
2020-11-06nexthop: vxlan: Convert to new notification infoIdo Schimmel1-2/+7
2020-11-03vxlan: Use a per-namespace nexthop listener instead of a global oneIdo Schimmel1-7/+8
2020-10-06vxlan: use dev_sw_netstats_rx_add()Fabian Frederick1-7/+1
2020-09-26Revert "vxlan: move encapsulation warning"Jakub Kicinski1-4/+5
2020-09-25vxlan: fix vxlan_find_sock() documentation for l3mdevFabian Frederick1-2/+3
2020-09-25vxlan: check rtnl_configure_link return code correctlyFabian Frederick1-1/+1
2020-09-25vxlan: move encapsulation warningFabian Frederick1-5/+4
2020-09-25vxlan: add unlikely to vxlan_remcsum checkFabian Frederick1-1/+1
2020-09-25vxlan: don't collect metadata if remote checksum is wrongFabian Frederick1-3/+4
2020-08-05Revert "vxlan: fix tos value before xmit"Hangbin Liu1-2/+2
2020-08-04vxlan: Support for PMTU discovery on directly bridged linksStefano Brivio1-6/+41
2020-08-04tunnels: PMTU discovery support for directly bridged IP packetsStefano Brivio1-2/+2
2020-08-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-4/+12
2020-08-01vxlan: fix memleak of fdbTaehee Yoo1-2/+4
2020-07-29vxlan: Ensure FDB dump is performed under RCUIdo Schimmel1-2/+8
2020-07-10udp_tunnel: add central NIC RX port offload infrastructureJakub Kicinski1-2/+4
2020-06-25vxlan: fix last fdb index during dump of fdb with nhidRoopa Prabhu1-0/+4
2020-06-10vxlan: Remove access to nexthop group structDavid Ahern1-5/+3
2020-06-10nexthop: Fix fdb labeling for groupsDavid Ahern1-1/+1
2020-06-09net: change addr_list_lock back to static keyCong Wang1-3/+1
2020-06-01vxlan: fix dereference of nexthop group in nexthop update pathRoopa Prabhu1-2/+2
2020-06-01vxlan: Avoid infinite loop when suppressing NS messages with invalid optionsIdo Schimmel1-0/+4
2020-05-30vxlan: few locking fixes in nexthop event handlerRoopa Prabhu1-7/+25
2020-05-30vxlan: add check to prevent use of remote ip attributes with NDA_NH_IDRoopa Prabhu1-0/+4
2020-05-24vxlan: Do not assume RTNL is held in vxlan_fdb_info()Ido Schimmel1-3/+12
2020-05-22vxlan: support for nexthop notifiersRoopa Prabhu1-4/+29
2020-05-22vxlan: ecmp support for mac fdb entriesRoopa Prabhu1-59/+247
2020-04-23vxlan: use the correct nlattr array in NL_SET_ERR_MSG_ATTRSabrina Dubroca1-3/+3
2020-03-18vxlan: check return value of gro_cells_init()Taehee Yoo1-2/+9
2020-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-2/+2
2020-01-02vxlan: fix tos value before xmitHangbin Liu1-2/+2
2020-01-02vxlan: Fix alignment and code style of vxlan.cNiu Xilei1-10/+11
2019-12-09treewide: Use sizeof_field() macroPankaj Bharadiya1-2/+2
2019-12-04net: ipv6_stub: use ip6_dst_lookup_flow instead of ip6_dst_lookupSabrina Dubroca1-5/+3