index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
bareudp.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
bareudp: allow UDP L4 GRO passthrou
Paolo Abeni
2021-03-31
1
-0
/
+1
*
udp: call udp_encap_enable for v6 sockets when enabling encap
Xin Long
2021-02-05
1
-6
/
+0
*
bareudp: add NETIF_F_FRAGLIST flag for dev features
Xin Long
2021-01-19
1
-2
/
+3
*
net: bareudp: simplify error paths calling dellink
Jakub Kicinski
2021-01-12
1
-6
/
+2
*
net: bareudp: add missing error handling for bareudp_link_config()
Jakub Kicinski
2021-01-07
1
-8
/
+14
*
bareudp: Fix use of incorrect min_headroom size
Taehee Yoo
2021-01-04
1
-1
/
+1
*
bareudp: set NETIF_F_LLTX flag
Taehee Yoo
2021-01-04
1
-0
/
+1
*
bareudp: constify device_type declaration
Jonas Bonn
2020-12-03
1
-1
/
+1
*
net: switch to dev_get_tstats64
Heiner Kallweit
2020-11-10
1
-1
/
+1
*
bareudp: use dev_sw_netstats_rx_add()
Fabian Frederick
2020-10-06
1
-8
/
+3
*
tunnels: PMTU discovery support for directly bridged IP packets
Stefano Brivio
2020-08-04
1
-2
/
+3
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2020-08-02
1
-7
/
+22
|
\
|
*
bareudp: forbid mixing IP and MPLS in multiproto mode
Guillaume Nault
2020-07-29
1
-7
/
+22
*
|
bareudp: Reverted support to enable & disable rx metadata collection
Martin Varghese
2020-07-22
1
-16
/
+5
*
|
bareudp: Added attribute to enable & disable rx metadata collection
Martin
2020-06-29
1
-6
/
+17
|
/
*
bareudp: Fixed multiproto mode configuration
Martin
2020-06-19
1
-0
/
+3
*
bareudp: Fixed configuration to avoid having garbage values
Martin
2020-06-16
1
-0
/
+2
*
net: bareudp: avoid uninitialized variable warning
Arnd Bergmann
2020-05-08
1
-14
/
+4
*
bareudp: Fixed bareudp receive handling
Martin Varghese
2020-03-12
1
-0
/
+6
*
bareudp: remove unnecessary udp_encap_enable() in bareudp_socket_create()
Taehee Yoo
2020-03-09
1
-3
/
+0
*
bareudp: print error message when command fails
Taehee Yoo
2020-03-09
1
-3
/
+10
*
bareudp: add module alias
Taehee Yoo
2020-03-09
1
-0
/
+1
*
bareudp: Fix uninitialized variable warnings.
David S. Miller
2020-02-24
1
-0
/
+2
*
net: Special handling for IP & MPLS.
Martin Varghese
2020-02-24
1
-3
/
+64
*
net: UDP tunnel encapsulation module for tunnelling different protocols like ...
Martin Varghese
2020-02-24
1
-0
/
+743