summaryrefslogtreecommitdiffstats
path: root/drivers/net/vxlan.c
Commit message (Expand)AuthorAgeFilesLines
* drivers: net: vxlan.c: Fix declaration issueSanjana Srinidhi2021-03-131-0/+1
* vxlan: move debug check after netdev unregisterTaehee Yoo2021-02-231-3/+8
* vxlan: add NETIF_F_FRAGLIST flag for dev featuresXin Long2021-01-181-2/+3
* udp_tunnel: remove REGISTER/UNREGISTER handling from tunnel driversJakub Kicinski2021-01-071-10/+5
* vxlan: avoid double unlikely() notation when using IS_ERR()Antonio Quartulli2020-12-101-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-12-031-1/+6
|\
| * vxlan: fix error return code in __vxlan_dev_create()Zhang Changzhong2020-12-021-1/+3
| * vxlan: Copy needed_tailroom from lowerdevSven Eckelmann2020-11-301-0/+2
| * vxlan: Add needed_headroom for lower deviceSven Eckelmann2020-11-301-0/+1
* | net: switch to dev_get_tstats64Heiner Kallweit2020-11-091-2/+2
* | nexthop: Pass extack to register_nexthop_notifier()Ido Schimmel2020-11-061-1/+2
* | nexthop: vxlan: Convert to new notification infoIdo Schimmel2020-11-061-2/+7
* | vxlan: Use a per-namespace nexthop listener instead of a global oneIdo Schimmel2020-11-031-7/+8
|/
* vxlan: use dev_sw_netstats_rx_add()Fabian Frederick2020-10-061-7/+1
* Revert "vxlan: move encapsulation warning"Jakub Kicinski2020-09-261-4/+5
* vxlan: fix vxlan_find_sock() documentation for l3mdevFabian Frederick2020-09-251-2/+3
* vxlan: check rtnl_configure_link return code correctlyFabian Frederick2020-09-251-1/+1
* vxlan: move encapsulation warningFabian Frederick2020-09-251-5/+4
* vxlan: add unlikely to vxlan_remcsum checkFabian Frederick2020-09-251-1/+1
* vxlan: don't collect metadata if remote checksum is wrongFabian Frederick2020-09-251-3/+4
* Revert "vxlan: fix tos value before xmit"Hangbin Liu2020-08-051-2/+2
* vxlan: Support for PMTU discovery on directly bridged linksStefano Brivio2020-08-041-6/+41
* tunnels: PMTU discovery support for directly bridged IP packetsStefano Brivio2020-08-041-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-08-021-4/+12
|\
| * vxlan: fix memleak of fdbTaehee Yoo2020-08-011-2/+4
| * vxlan: Ensure FDB dump is performed under RCUIdo Schimmel2020-07-291-2/+8
* | udp_tunnel: add central NIC RX port offload infrastructureJakub Kicinski2020-07-101-2/+4
|/
* vxlan: fix last fdb index during dump of fdb with nhidRoopa Prabhu2020-06-251-0/+4
* vxlan: Remove access to nexthop group structDavid Ahern2020-06-101-5/+3
* nexthop: Fix fdb labeling for groupsDavid Ahern2020-06-101-1/+1
* net: change addr_list_lock back to static keyCong Wang2020-06-091-3/+1
* vxlan: fix dereference of nexthop group in nexthop update pathRoopa Prabhu2020-06-011-2/+2
* vxlan: Avoid infinite loop when suppressing NS messages with invalid optionsIdo Schimmel2020-06-011-0/+4
* vxlan: few locking fixes in nexthop event handlerRoopa Prabhu2020-05-301-7/+25
* vxlan: add check to prevent use of remote ip attributes with NDA_NH_IDRoopa Prabhu2020-05-301-0/+4
* vxlan: Do not assume RTNL is held in vxlan_fdb_info()Ido Schimmel2020-05-241-3/+12
* vxlan: support for nexthop notifiersRoopa Prabhu2020-05-221-4/+29
* vxlan: ecmp support for mac fdb entriesRoopa Prabhu2020-05-221-59/+247
* vxlan: use the correct nlattr array in NL_SET_ERR_MSG_ATTRSabrina Dubroca2020-04-231-3/+3
* vxlan: check return value of gro_cells_init()Taehee Yoo2020-03-181-2/+9
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-01-091-2/+2
|\
| * vxlan: fix tos value before xmitHangbin Liu2020-01-021-2/+2
* | vxlan: Fix alignment and code style of vxlan.cNiu Xilei2020-01-021-10/+11
|/
* treewide: Use sizeof_field() macroPankaj Bharadiya2019-12-091-2/+2
* net: ipv6_stub: use ip6_dst_lookup_flow instead of ip6_dst_lookupSabrina Dubroca2019-12-041-5/+3
* vxlan: implement get_link_ksettings ethtool methodMatthias Schiffer2019-11-121-2/+22
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-11-021-12/+50
|\
| * vxlan: fix unexpected failure of vxlan_changelink()Taehee Yoo2019-10-301-3/+6
| * vxlan: check tun_info options_len properlyXin Long2019-10-291-2/+4
| * vxlan: add adjacent link to limit depth levelTaehee Yoo2019-10-241-10/+43