aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/bareudp.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-03-30bareudp: allow UDP L4 GRO passthrouPaolo Abeni1-0/+1
2021-02-04udp: call udp_encap_enable for v6 sockets when enabling encapXin Long1-6/+0
2021-01-18bareudp: add NETIF_F_FRAGLIST flag for dev featuresXin Long1-2/+3
2021-01-11net: bareudp: simplify error paths calling dellinkJakub Kicinski1-6/+2
2021-01-06net: bareudp: add missing error handling for bareudp_link_config()Jakub Kicinski1-8/+14
2021-01-04bareudp: Fix use of incorrect min_headroom sizeTaehee Yoo1-1/+1
2021-01-04bareudp: set NETIF_F_LLTX flagTaehee Yoo1-0/+1
2020-12-02bareudp: constify device_type declarationJonas Bonn1-1/+1
2020-11-09net: switch to dev_get_tstats64Heiner Kallweit1-1/+1
2020-10-06bareudp: use dev_sw_netstats_rx_add()Fabian Frederick1-8/+3
2020-08-04tunnels: PMTU discovery support for directly bridged IP packetsStefano Brivio1-2/+3
2020-08-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-7/+22
2020-07-28bareudp: forbid mixing IP and MPLS in multiproto modeGuillaume Nault1-7/+22
2020-07-21bareudp: Reverted support to enable & disable rx metadata collectionMartin Varghese1-16/+5
2020-06-28bareudp: Added attribute to enable & disable rx metadata collectionMartin1-6/+17
2020-06-18bareudp: Fixed multiproto mode configurationMartin1-0/+3
2020-06-16bareudp: Fixed configuration to avoid having garbage valuesMartin1-0/+2
2020-05-07net: bareudp: avoid uninitialized variable warningArnd Bergmann1-14/+4
2020-03-11bareudp: Fixed bareudp receive handlingMartin Varghese1-0/+6
2020-03-08bareudp: remove unnecessary udp_encap_enable() in bareudp_socket_create()Taehee Yoo1-3/+0
2020-03-08bareudp: print error message when command failsTaehee Yoo1-3/+10
2020-03-08bareudp: add module aliasTaehee Yoo1-0/+1
2020-02-24bareudp: Fix uninitialized variable warnings.David S. Miller1-0/+2
2020-02-24net: Special handling for IP & MPLS.Martin Varghese1-3/+64
2020-02-24net: UDP tunnel encapsulation module for tunnelling different protocols like MPLS, IP, NSH etc.Martin Varghese1-0/+743