summaryrefslogtreecommitdiffstats
path: root/drivers/net/vxlan.c
AgeCommit message (Expand)Author
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: chang
" An example for a vimrc file.
"
" Maintainer:	Bram Moolenaar <Bram@vim.org>
" Last change:	2002 Sep 19
"
" To use it, copy it to
"     for Unix and OS/2:  ~/.vimrc
"	      for Amiga:  s:.vimrc
"  for MS-DOS and Win32:  $VIM\_vimrc
"	    for OpenVMS:  sys$login:.vimrc

" When started as "evim", evim.vim will already have done these settings.
if v:progname =~? "evim"
  finish
endif

" Use Vim settings, rather then Vi settings (much better!).
" This must be first, because it changes other options as a side effect.
set nocompatible

" allow backspacing over everything in insert mode
set backspace=indent,eol,start

if has("vms")
  set nobackup		" do not keep a backup file, use versions instead
else
  set backup		" keep a backup file
endif
set history=50		" keep 50 lines of command line history
set ruler		
2019-03-29ipv6: Move ipv6 stubs to a separate header fileDavid Ahern
2019-03-18vxlan: Don't call gro_cells_destroy() before device is unregisteredZhiqiang Liu
2019-03-10vxlan: test dev->flags & IFF_UP before calling gro_cells_receive()Eric Dumazet
2019-03-08vxlan: do not need BH again in vxlan_cleanup()Litao Jiao
2019-03-08vxlan: Fix GRO cells race condition between receive and link deleteStefano Brivio
2019-02-26vxlan: add extack support for create and changelinkRoopa Prabhu
2019-02-24vxlan: add ndo_change_proto_down supportAndy Roulin
2019-02-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-02-11vxlan: test dev->flags & IFF_UP before calling netif_rx()Eric Dumazet
2019-02-07net: vxlan: Free a leaked vetoed multicast rdstPetr Machata
) > 0 && line("'\"") <= line("$") | \ exe "normal g`\"" | \ endif augroup END else set autoindent " always set autoindenting on endif " has("autocmd")