index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
bareudp.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
bareudp: use ipv6_mod_enabled to check if IPv6 enabled
Hangbin Liu
2022-03-16
1
-9
/
+10
*
bareudp: Add extack support to bareudp_configure()
Guillaume Nault
2021-12-14
1
-4
/
+9
*
bareudp: Move definition of struct bareudp_conf to bareudp.c
Guillaume Nault
2021-12-13
1
-0
/
+7
*
bareudp: Remove bareudp_dev_create()
Guillaume Nault
2021-12-13
1
-34
/
+0
*
net: bareudp: fix duplicate checks of data[] expressions
Jean Sacren
2021-10-29
1
-5
/
+2
*
bareudp: Fix invalid read beyond skb's linear data
Guillaume Nault
2021-08-09
1
-5
/
+11
*
bareudp: allow redirecting bareudp packets to eth devices
Guillaume Nault
2021-06-28
1
-0
/
+1
*
bareudp: allow UDP L4 GRO passthrou
Paolo Abeni
2021-03-30
1
-0
/
+1
*
udp: call udp_encap_enable for v6 sockets when enabling encap
Xin Long
2021-02-04
1
-6
/
+0
*
bareudp: add NETIF_F_FRAGLIST flag for dev features
Xin Long
2021-01-18
1
-2
/
+3
*
net: bareudp: simplify error paths calling dellink
Jakub Kicinski
2021-01-11
1
-6
/
+2
*
net: bareudp: add missing error handling for bareudp_link_config()
Jakub Kicinski
2021-01-06
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-02
1
-1
/
+1
*
net: switch to dev_get_tstats64
Heiner Kallweit
2020-11-09
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-28
1
-7
/
+22
*
|
bareudp: Reverted support to enable & disable rx metadata collection
Martin Varghese
2020-07-21
1
-16
/
+5
*
|
bareudp: Added attribute to enable & disable rx metadata collection
Martin
2020-06-28
1
-6
/
+17
|
/
*
bareudp: Fixed multiproto mode configuration
Martin
2020-06-18
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-07
1
-14
/
+4
*
bareudp: Fixed bareudp receive handling
Martin Varghese
2020-03-11
1
-0
/
+6
*
bareudp: remove unnecessary udp_encap_enable() in bareudp_socket_create()
Taehee Yoo
2020-03-08
1
-3
/
+0
*
bareudp: print error message when command fails
Taehee Yoo
2020-03-08
1
-3
/
+10
*
bareudp: add module alias
Taehee Yoo
2020-03-08
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