index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
bareudp.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-08-10
bareudp: Fix invalid read beyond skb's linear data
Guillaume Nault
1
-5
/
+11
2021-06-28
bareudp: allow redirecting bareudp packets to eth devices
Guillaume Nault
1
-0
/
+1
2021-03-31
bareudp: allow UDP L4 GRO passthrou
Paolo Abeni
1
-0
/
+1
2021-02-05
udp: call udp_encap_enable for v6 sockets when enabling encap
Xin Long
1
-6
/
+0
2021-01-19
bareudp: add NETIF_F_FRAGLIST flag for dev features
Xin Long
1
-2
/
+3
2021-01-12
net: bareudp: simplify error paths calling dellink
Jakub Kicinski
1
-6
/
+2
2021-01-07
net: bareudp: add missing error handling for bareudp_link_config()
Jakub Kicinski
1
-8
/
+14
2021-01-05
bareudp: Fix use of incorrect min_headroom size
Taehee Yoo
1
-1
/
+1
2021-01-05
bareudp: set NETIF_F_LLTX flag
Taehee Yoo
1
-0
/
+1
2020-12-03
bareudp: constify device_type declaration
Jonas Bonn
1
-1
/
+1
2020-11-10
net: switch to dev_get_tstats64
Heiner Kallweit
1
-1
/
+1
2020-10-06
bareudp: use dev_sw_netstats_rx_add()
Fabian Frederick
1
-8
/
+3
2020-08-04
tunnels: PMTU discovery support for directly bridged IP packets
Stefano Brivio
1
-2
/
+3
2020-08-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-7
/
+22
2020-07-29
bareudp: forbid mixing IP and MPLS in multiproto mode
Guillaume Nault
1
-7
/
+22
2020-07-22
bareudp: Reverted support to enable & disable rx metadata collection
Martin Varghese
1
-16
/
+5
2020-06-29
bareudp: Added attribute to enable & disable rx metadata collection
Martin
1
-6
/
+17
2020-06-19
bareudp: Fixed multiproto mode configuration
Martin
1
-0
/
+3
2020-06-16
bareudp: Fixed configuration to avoid having garbage values
Martin
1
-0
/
+2
2020-05-08
net: bareudp: avoid uninitialized variable warning
Arnd Bergmann
1
-14
/
+4
2020-03-12
bareudp: Fixed bareudp receive handling
Martin Varghese
1
-0
/
+6
2020-03-09
bareudp: remove unnecessary udp_encap_enable() in bareudp_socket_create()
Taehee Yoo
1
-3
/
+0
2020-03-09
bareudp: print error message when command fails
Taehee Yoo
1
-3
/
+10
2020-03-09
bareudp: add module alias
Taehee Yoo
1
-0
/
+1
2020-02-25
bareudp: Fix uninitialized variable warnings.
David S. Miller
1
-0
/
+2
2020-02-25
net: Special handling for IP & MPLS.
Martin Varghese
1
-3
/
+64
2020-02-25
net: UDP tunnel encapsulation module for tunnelling different protocols like ...
Martin Varghese
1
-0
/
+743