summaryrefslogtreecommitdiff
path: root/drivers/net/bareudp.c
AgeCommit message (Expand)AuthorFilesLines
2020-06-16bareudp: Fixed configuration to avoid having garbage valuesMartin1-0/+2
2020-05-07net: bareudp: avoid uninitialized variable warningArnd Bergmann1-14/+4
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 ...Martin Varghese1-0/+743