Age | Commit message (Expand) | Author |
2021-12-14 | bareudp: Add extack support to bareudp_configure() | Guillaume Nault |
2021-12-13 | bareudp: Move definition of struct bareudp_conf to bareudp.c | Guillaume Nault |
2021-12-13 | bareudp: Remove bareudp_dev_create() | Guillaume Nault |
2021-10-29 | net: bareudp: fix duplicate checks of data[] expressions | Jean Sacren |
2021-08-09 | bareudp: Fix invalid read beyond skb's linear data | Guillaume Nault |
2021-06-28 | bareudp: allow redirecting bareudp packets to eth devices | Guillaume Nault |
2021-03-30 | bareudp: allow UDP L4 GRO passthrou | Paolo Abeni |
2021-02-04 | udp: call udp_encap_enable for v6 sockets when enabling encap | Xin Long |
2021-01-18 | bareudp: add NETIF_F_FRAGLIST flag for dev features | Xin Long |
2021-01-11 | net: bareudp: simplify error paths calling dellink | Jakub Kicinski |
2021-01-06 | net: bareudp: add missing error handling for bareudp_link_config() | Jakub Kicinski |
2021-01-04 | bareudp: Fix use of incorrect min_headroom size | Taehee Yoo |
2021-01-04 | bareudp: set NETIF_F_LLTX flag | Taehee Yoo |
2020-12-02 | bareudp: constify device_type declaration | Jonas Bonn |
2020-11-09 | net: switch to dev_get_tstats64 | Heiner Kallweit |
2020-10-06 | bareudp: use dev_sw_netstats_rx_add() | Fabian Frederick |
2020-08-04 | tunnels: PMTU discovery support for directly bridged IP packets | Stefano Brivio |
2020-08-02 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller |
2020-07-28 | bareudp: forbid mixing IP and MPLS in multiproto mode | Guillaume Nault |
2020-07-21 | bareudp: Reverted support to enable & disable rx metadata collection | Martin Varghese |
2020-06-28 | bareudp: Added attribute to enable & disable rx metadata collection | Martin |
2020-06-18 | bareudp: Fixed multiproto mode configuration | Martin |
2020-06-16 | bareudp: Fixed configuration to avoid having garbage values | Martin |
2020-05-07 | net: bareudp: avoid uninitialized variable warning | Arnd Bergmann |
2020-03-11 | bareudp: Fixed bareudp receive handling | Martin Varghese |
2020-03-08 | bareudp: remove unnecessary udp_encap_enable() in bareudp_socket_create() | Taehee Yoo |
2020-03-08 | bareudp: print error message when command fails | Taehee Yoo |
2020-03-08 | bareudp: add module alias | Taehee Yoo |
2020-02-24 | bareudp: Fix uninitialized variable warnings. | David S. Miller |
2020-02-24 | net: Special handling for IP & MPLS. | Martin Varghese |
2020-02-24 | net: UDP tunnel encapsulation module for tunnelling different protocols like ... | Martin Varghese |