summaryrefslogtreecommitdiffstats
path: root/drivers/net/vxlan.c
AgeCommit message (Expand)Author
2020-12-10vxlan: avoid double unlikely() notation when using IS_ERR()Antonio Quartulli
2020-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2020-12-02vxlan: fix error return code in __vxlan_dev_create()Zhang Changzhong
2020-11-30vxlan: Copy needed_tailroom from lowerdevSven Eckelmann
2020-11-30vxlan: Add needed_headroom for lower deviceSven Eckelmann
2020-11-09net: switch to dev_get_tstats64Heiner Kallweit
2020-11-06nexthop: Pass extack to register_nexthop_notifier()Ido Schimmel
2020-11-06nexthop: vxlan: Convert to new notification infoIdo Schimmel
2020-11-03vxlan: Use a per-namespace nexthop listener instead of a global oneIdo Schimmel
2020-10-06vxlan: use dev_sw_netstats_rx_add()Fabian Frederick
2020-09-26Revert "vxlan: move encapsulation warning"Jakub Kicinski
2020-09-25vxlan: fix vxlan_find_sock() documentation for l3mdevFabian Frederick
2020-09-25vxlan: check rtnl_configure_link return code correctlyFabian Frederick
2020-09-25vxlan: move encapsulation warningFabian Frederick
2020-09-25vxlan: add unlikely to vxlan_remcsum checkFabian Frederick
2020-09-25vxlan: don't collect metadata if remote checksum is wrongFabian Frederick
2020-08-05Revert "vxlan: fix tos value before xmit"Hangbin Liu
2020-08-04vxlan: Support for PMTU discovery on directly bridged linksStefano Brivio
2020-08-04tunnels: PMTU discovery support for directly bridged IP packetsStefano Brivio
2020-08-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-08-01vxlan: fix memleak of fdbTaehee Yoo
2020-07-29vxlan: Ensure FDB dump is performed under RCUIdo Schimmel
2020-07-10udp_tunnel: add central NIC RX port offload infrastructureJakub Kicinski
2020-06-25vxlan: fix last fdb index during dump of fdb with nhidRoopa Prabhu
2020-06-10vxlan: Remove access to nexthop group structDavid Ahern
2020-06-10nexthop: Fix fdb labeling for groupsDavid Ahern
2020-06-09net: change addr_list_lock back to static keyCong Wang
2020-06-01vxlan: fix dereference of nexthop group in nexthop update pathRoopa Prabhu
2020-06-01vxlan: Avoid infinite loop when suppressing NS messages with invalid optionsIdo Schimmel
2020-05-30vxlan: few locking fixes in nexthop event handlerRoopa Prabhu
2020-05-30vxlan: add check to prevent use of remote ip attributes with NDA_NH_IDRoopa Prabhu
2020-05-24vxlan: Do not assume RTNL is held in vxlan_fdb_info()Ido Schimmel
2020-05-22vxlan: support for nexthop notifiersRoopa Prabhu
2020-05-22vxlan: ecmp support for mac fdb entriesRoopa Prabhu
2020-04-23vxlan: use the correct nlattr array in NL_SET_ERR_MSG_ATTRSabrina Dubroca
2020-03-18vxlan: check return value of gro_cells_init()Taehee Yoo
2020-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-01-02vxlan: fix tos value before xmitHangbin Liu
2020-01-02vxlan: Fix alignment and code style of vxlan.cNiu Xilei
2019-12-09treewide: Use sizeof_field() macroPankaj Bharadiya
2019-12-04net: ipv6_stub: use ip6_dst_lookup_flow instead of ip6_dst_lookupSabrina Dubroca
2019-11-12vxlan: implement get_link_ksettings ethtool methodMatthias Schiffer
2019-11-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-10-30vxlan: drop "vxlan" parameter in vxlan_fdb_alloc()Guillaume Nault
2019-10-30vxlan: fix unexpected failure of vxlan_changelink()Taehee Yoo
2019-10-29vxlan: check tun_info options_len properlyXin Long
2019-10-24vxlan: add adjacent link to limit depth levelTaehee Yoo
2019-07-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-07-01vxlan: do not destroy fdb if register_netdevice() is failedTaehee Yoo
2019-06-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller