summaryrefslogtreecommitdiffstats
path: root/drivers/net/bareudp.c
AgeCommit message (Expand)Author
2021-01-04bareudp: Fix use of incorrect min_headroom sizeTaehee Yoo
2021-01-04bareudp: set NETIF_F_LLTX flagTaehee Yoo
2020-12-02bareudp: constify device_type declarationJonas Bonn
2020-11-09net: switch to dev_get_tstats64Heiner Kallweit
2020-10-06bareudp: use dev_sw_netstats_rx_add()Fabian Frederick
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-07-28bareudp: forbid mixing IP and MPLS in multiproto modeGuillaume Nault
2020-07-21bareudp: Reverted support to enable & disable rx metadata collectionMartin Varghese
2020-06-28bareudp: Added attribute to enable & disable rx metadata collectionMartin
2020-06-18bareudp: Fixed multiproto mode configurationMartin
2020-06-16bareudp: Fixed configuration to avoid having garbage valuesMartin
2020-05-07net: bareudp: avoid uninitialized variable warningArnd Bergmann
2020-03-11bareudp: Fixed bareudp receive handlingMartin Varghese
2020-03-08bareudp: remove unnecessary udp_encap_enable() in bareudp_socket_create()Taehee Yoo
2020-03-08bareudp: print error message when command failsTaehee Yoo
2020-03-08bareudp: add module aliasTaehee Yoo
2020-02-24bareudp: Fix uninitialized variable warnings.David S. Miller
2020-02-24net: Special handling for IP & MPLS.Martin Varghese
2020-02-24net: UDP tunnel encapsulation module for tunnelling different protocols like ...Martin Varghese