summaryrefslogtreecommitdiff
path: root/net/l2tp (follow)
Commit message (Expand)AuthorAge
* Merge remote-tracking branch 'msm8998/lineage-20' into lineage-20Raghuram Subramani2024-10-17
* sock: struct proto hash function may errorCraig Gallek2022-10-28
* Merge 4.4.284 into android-4.4-pGreg Kroah-Hartman2021-09-22
|\
| * net/l2tp: Fix reference count leak in l2tp_udp_recv_coreXiyu Yang2021-09-22
* | Merge 4.4.231 into android-4.4-pGreg Kroah-Hartman2020-07-22
|\|
| * l2tp: remove skb_dst_set() from l2tp_xmit_skb()Xin Long2020-07-22
* | Merge 4.4.229 into android-4.4-pGreg Kroah-Hartman2020-07-01
|\|
| * l2tp: Allow duplicate session creation with UDPRidge Kennedy2020-06-29
* | Merge 4.4.227 into android-4.4-pGreg Kroah-Hartman2020-06-11
|\|
| * l2tp: do not use inet_hash()/inet_unhash()Eric Dumazet2020-06-11
| * l2tp: add sk_family checks to l2tp_validate_socketEric Dumazet2020-06-11
* | Merge 4.4.225 into android-4.4-pGreg Kroah-Hartman2020-05-27
|\|
| * l2tp: device MTU setup, tunnel socket needs a lockR. Parameswaran2020-05-27
| * l2tp: initialise PPP sessions before registering themGuillaume Nault2020-05-27
| * l2tp: protect sock pointer of struct pppol2tp_session with RCUGuillaume Nault2020-05-27
| * l2tp: initialise l2tp_eth sessions before registering themGuillaume Nault2020-05-27
| * l2tp: don't register sessions in l2tp_session_create()Guillaume Nault2020-05-27
| * l2tp: fix l2tp_eth module loadingGuillaume Nault2020-05-27
| * l2tp: pass tunnel pointer to ->session_create()Guillaume Nault2020-05-27
| * l2tp: prevent creation of sessions on terminated tunnelsGuillaume Nault2020-05-27
| * l2tp: hold tunnel used while creating sessions with netlinkGuillaume Nault2020-05-27
| * l2tp: hold tunnel while handling genl TUNNEL_GET commandsGuillaume Nault2020-05-27
| * l2tp: hold tunnel while handling genl tunnel updatesGuillaume Nault2020-05-27
| * l2tp: hold tunnel while processing genl delete commandGuillaume Nault2020-05-27
| * l2tp: hold tunnel while looking up sessions in l2tp_netlinkGuillaume Nault2020-05-27
| * l2tp: initialise session's refcount before making it reachableGuillaume Nault2020-05-27
| * l2tp: define parameters of l2tp_tunnel_find*() as "const"Guillaume Nault2020-05-27
| * l2tp: define parameters of l2tp_session_get*() as "const"Guillaume Nault2020-05-27
| * l2tp: remove l2tp_session_find()Guillaume Nault2020-05-27
| * l2tp: remove useless duplicate session detection in l2tp_netlinkGuillaume Nault2020-05-27
| * L2TP:Adjust intf MTU, add underlay L3, L2 hdrs.R. Parameswaran2020-05-27
| * net: l2tp: ppp: change PPPOL2TP_MSG_* => L2TP_MSG_*Asbjørn Sloth Tønnesen2020-05-27
| * net: l2tp: export debug flags to UAPIAsbjørn Sloth Tønnesen2020-05-27
| * l2tp: don't use l2tp_tunnel_find() in l2tp_ip and l2tp_ip6Guillaume Nault2020-05-27
| * l2tp: take a reference on sessions used in genetlink handlersGuillaume Nault2020-05-27
| * l2tp: hold session while sending creation notificationsGuillaume Nault2020-05-27
| * l2tp: fix racy socket lookup in l2tp_ip and l2tp_ip6 bind()Guillaume Nault2020-05-27
| * l2tp: lock socket before checking flags in connect()Guillaume Nault2020-05-27
* | Merge 4.4.224 into android-4.4-pGreg Kroah-Hartman2020-05-20
|\|
| * net: ipv6: add net argument to ip6_dst_lookup_flowSabrina Dubroca2020-05-20
* | Merge 4.4.223 into android-4.4-pGreg Kroah-Hartman2020-05-11
|\|
| * l2tp: fix use-after-free during module unloadSabrina Dubroca2020-05-10
* | Merge 4.4.219 into android-4.4-pGreg Kroah-Hartman2020-04-13
|\|
| * l2tp: fix race between l2tp_session_delete() and l2tp_tunnel_closeall()Guillaume Nault2020-04-13
| * l2tp: ensure sessions are freed after their PPPOL2TP socketGuillaume Nault2020-04-13
| * l2tp: Refactor the codes with existing macros instead of literal numberGao Feng2020-04-13
| * l2tp: fix duplicate session creationGuillaume Nault2020-04-13
| * l2tp: ensure session can't get removed during pppol2tp_session_ioctl()Guillaume Nault2020-04-13
| * l2tp: fix race in l2tp_recv_common()Guillaume Nault2020-04-13
| * net: l2tp: Make l2tp_ip6 namespace awareShmulik Ladkani2020-04-13