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-20netprio_cgroup: Fix unlimited memory leak of v2 cgroupsZefan Li
2020-05-20net: ipv4: really enforce backoff for redirectsPaolo Abeni
2020-05-20Revert "ipv6: add mtu lock check in __ip6_rt_update_pmtu"Maciej Żenczykowski
2020-05-20netlabel: cope with NULL catmapPaolo 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-20drop_monitor: work around gcc-10 stringop-overflow warningArnd Bergmann
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 refcnt leak in batadv_v_ogm_processXiyu Yang
2020-05-20batman-adv: Fix refcnt leak in batadv_store_throughput_overrideXiyu Yang
2020-05-20batman-adv: Fix refcnt leak in batadv_show_throughput_overrideXiyu Yang
2020-05-20batman-adv: fix batadv_nc_random_weight_tqGeorge Spelvin
2020-05-20sch_sfq: validate silly quantum valuesEric Dumazet
2020-05-20sch_choke: avoid potential panic in choke_reset()Eric Dumazet
2020-05-20fq_codel: fix TCA_FQ_CODEL_DROP_BATCH_SIZE sanity checksEric 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-10xprtrdma: Fix backchannel allocation of extra rpcrdma_repsChuck Lever
2020-05-02xfrm: Always set XFRM_TRANSFORMED in xfrm{4,6}_output_finishDavid Ahern
2020-05-02net/x25: Fix x25_neigh refcnt leak when receiving frameXiyu Yang
2020-05-02net: netrom: Fix potential nr_neigh refcnt leak in nr_add_nodeXiyu Yang
2020-05-02ipv6: fix restrict IPV6_ADDRFORM operationJohn Haxby
2020-05-02vti4: removed duplicate log message.Jeremy Sowden
2020-05-02net: ipv4: avoid unused variable warning for sysctlArnd Bergmann
2020-05-02net: ipv4: emulate READ_ONCE() on ->hdrincl bit-field in raw_sendmsg()Nicolai Stange
2020-04-24net: qrtr: send msgs from local of same id as broadcastWang Wenhu
2020-04-24net: ipv4: devinet: Fix crash when add/del multicast IP with autojoinTaras Chornyi