aboutsummaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)Author
2020-05-28Merge tag 'v4.4.225' into standard/basestandard/tiny/common-pcstandard/tiny/basestandard/qemuppcstandard/qemuarm64standard/edgerouterstandard/beaglebonestandard/baseBruce Ashfield
2020-05-28Merge tag 'v4.4.224' into standard/baseBruce Ashfield
2020-05-28Merge tag 'v4.4.223' into standard/baseBruce Ashfield
2020-05-28Merge tag 'v4.4.222' into standard/baseBruce Ashfield
2020-05-28Merge tag 'v4.4.221' into standard/baseBruce Ashfield
2020-05-28Merge tag 'v4.4.220' into standard/baseBruce Ashfield
2020-05-28Merge tag 'v4.4.219' into standard/baseBruce Ashfield
2020-05-28Merge tag 'v4.4.218' into standard/baseBruce Ashfield
2020-05-28Merge tag 'v4.4.217' into standard/baseBruce Ashfield
2020-05-28Merge tag 'v4.4.216' into standard/baseBruce Ashfield
2020-05-28Merge tag 'v4.4.215' into standard/baseBruce Ashfield
2020-05-28Merge tag 'v4.4.214' into standard/baseBruce Ashfield
2020-05-28Merge tag 'v4.4.213' into standard/baseBruce Ashfield
2020-05-28Merge tag 'v4.4.212' into standard/baseBruce Ashfield
2020-05-28Merge tag 'v4.4.211' into standard/baseBruce Ashfield
2020-05-28Merge tag 'v4.4.210' into standard/baseBruce Ashfield
2020-05-28Merge tag 'v4.4.209' into standard/baseBruce Ashfield
2020-05-28Merge tag 'v4.4.208' into standard/baseBruce Ashfield
2020-05-28Merge tag 'v4.4.207' into standard/baseBruce Ashfield
2020-05-28Merge tag 'v4.4.206' into standard/baseBruce Ashfield
2020-05-28Merge tag 'v4.4.205' into standard/baseBruce Ashfield
2020-05-28Merge tag 'v4.4.204' into standard/baseBruce Ashfield
2020-05-28Merge tag 'v4.4.203' into standard/baseBruce Ashfield
2020-05-27l2tp: device MTU setup, tunnel socket needs a lockR. Parameswaran
2020-05-27l2tp: initialise PPP sessions before registering themGuillaume Nault
2020-05-27l2tp: protect sock pointer of struct pppol2tp_session with RCUGuillaume Nault
2020-05-27l2tp: initialise l2tp_eth sessions before registering themGuillaume Nault
2020-05-27l2tp: don't register sessions in l2tp_session_create()Guillaume Nault
2020-05-27l2tp: fix l2tp_eth module loadingGuillaume Nault
2020-05-27l2tp: pass tunnel pointer to ->session_create()Guillaume Nault
2020-05-27l2tp: prevent creation of sessions on terminated tunnelsGuillaume Nault
2020-05-27l2tp: hold tunnel used while creating sessions with netlinkGuillaume Nault
2020-05-27l2tp: hold tunnel while handling genl TUNNEL_GET commandsGuillaume Nault
2020-05-27l2tp: hold tunnel while handling genl tunnel updatesGuillaume Nault
2020-05-27l2tp: hold tunnel while processing genl delete commandGuillaume Nault
2020-05-27l2tp: hold tunnel while looking up sessions in l2tp_netlinkGuillaume Nault
2020-05-27l2tp: initialise session's refcount before making it reachableGuillaume Nault
2020-05-27l2tp: define parameters of l2tp_tunnel_find*() as "const"Guillaume Nault
2020-05-27l2tp: define parameters of l2tp_session_get*() as "const"Guillaume Nault
2020-05-27l2tp: remove l2tp_session_find()Guillaume Nault
2020-05-27l2tp: remove useless duplicate session detection in l2tp_netlinkGuillaume Nault
2020-05-27L2TP:Adjust intf MTU, add underlay L3, L2 hdrs.R. Parameswaran
2020-05-27New kernel function to get IP overhead on a socket.R. Parameswaran
2020-05-27net: l2tp: ppp: change PPPOL2TP_MSG_* => L2TP_MSG_*Asbjørn Sloth Tønnesen
2020-05-27net: l2tp: export debug flags to UAPIAsbjørn Sloth Tønnesen
2020-05-27l2tp: don't use l2tp_tunnel_find() in l2tp_ip and l2tp_ip6Guillaume Nault
2020-05-27l2tp: take a reference on sessions used in genetlink handlersGuillaume Nault
2020-05-27l2tp: hold session while sending creation notificationsGuillaume Nault
2020-05-27l2tp: fix racy socket lookup in l2tp_ip and l2tp_ip6 bind()Guillaume Nault
2020-05-27l2tp: lock socket before checking flags in connect()Guillaume Nault