summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
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
2020-05-20netlabel: cope with NULL catmapPaolo Abeni
2020-05-20net: ipv4: really enforce backoff for redirectsPaolo Abeni
2020-05-20net: fix a potential recursive NETDEV_FEAT_CHANGECong Wang
2020-05-20netfilter: conntrack: avoid gcc-10 zero-length-bounds warningArnd Bergmann
2020-05-20gre: do not keep the GRE header around in collect medata modeJiri Benc
2020-05-20net: openvswitch: fix csum updates for MPLS actionsJohn Hurley
2020-05-20drop_monitor: work around gcc-10 stringop-overflow warningArnd Bergmann
2020-05-20net: handle no dst on skb in icmp6_sendDavid Ahern
2020-05-20net: ipv6_stub: use ip6_dst_lookup_flow instead of ip6_dst_lookupSabrina Dubroca
2020-05-20net: ipv6: add net argument to ip6_dst_lookup_flowSabrina Dubroca
2020-05-20batman-adv: fix batadv_nc_random_weight_tqGeorge Spelvin
2020-05-20ipv6: fix cleanup ordering for ip6_mr failureSabrina Dubroca
2020-05-20sch_choke: avoid potential panic in choke_reset()Eric Dumazet
2020-05-20sch_sfq: validate silly quantum valuesEric Dumazet
2020-05-10mac80211: add ieee80211_is_any_nullfunc()Thomas Pedersen
2020-05-10sctp: Fix SHUTDOWN CTSN Ack in the peer restart caseJere Leppänen
2020-05-10net: skbuff: Remove errornous length validation in skb_vlan_pop()Shmulik Ladkani
2020-05-10bridge: Fix problems around fdb entries pointing to the bridge deviceToshiaki Makita
2020-05-10net: icmp_route_lookup should use rt dev to determine L3 domainDavid Ahern
2020-05-10l2tp: fix use-after-free during module unloadSabrina Dubroca
2020-05-10net: bridge: don't increment tx_dropped in br_do_proxy_arpNikolay Aleksandrov
2020-05-10qdisc: fix a module refcount leak in qdisc_create_dflt()Eric Dumazet
2020-05-10fq_codel: return non zero qlen in class dumpsEric Dumazet