aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/bareudp.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-03-11bareudp: Fixed bareudp receive handlingMartin Varghese1-0/+6
2020-03-08bareudp: remove unnecessary udp_encap_enable() in bareudp_socket_create()Taehee Yoo1-3/+0
2020-03-08bareudp: print error message when command failsTaehee Yoo1-3/+10
2020-03-08bareudp: add module aliasTaehee Yoo1-0/+1
2020-02-24bareudp: Fix uninitialized variable warnings.David S. Miller1-0/+2
2020-02-24net: Special handling for IP & MPLS.Martin Varghese1-3/+64
2020-02-24net: UDP tunnel encapsulation module for tunnelling different protocols like MPLS, IP, NSH etc.Martin Varghese1-0/+743