summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2020-05-27l2tp: device MTU setup, tunnel socket needs a lockR. Parameswaran2-1/+3
2020-05-27l2tp: initialise PPP sessions before registering themGuillaume Nault1-31/+38
2020-05-27l2tp: protect sock pointer of struct pppol2tp_session with RCUGuillaume Nault1-53/+101
2020-05-27l2tp: initialise l2tp_eth sessions before registering themGuillaume Nault1-32/+76
2020-05-27l2tp: don't register sessions in l2tp_session_create()Guillaume Nault4-20/+36
2020-05-27l2tp: fix l2tp_eth module loadingGuillaume Nault1-49/+2
2020-05-27l2tp: pass tunnel pointer to ->session_create()Guillaume Nault4-25/+17
2020-05-27l2tp: prevent creation of sessions on terminated tunnelsGuillaume Nault2-13/+32
2020-05-27l2tp: hold tunnel used while creating sessions with netlinkGuillaume Nault1-9/+12
2020-05-27l2tp: hold tunnel while handling genl TUNNEL_GET commandsGuillaume Nault1-12/+15
2020-05-27l2tp: hold tunnel while handling genl tunnel updatesGuillaume Nault1-2/+4
2020-05-27l2tp: hold tunnel while processing genl delete commandGuillaume Nault1-2/+4
2020-05-27l2tp: hold tunnel while looking up sessions in l2tp_netlinkGuillaume Nault3-47/+38
2020-05-27l2tp: initialise session's refcount before making it reachableGuillaume Nault1-4/+2
2020-05-27l2tp: define parameters of l2tp_tunnel_find*() as "const"Guillaume Nault2-4/+4
2020-05-27l2tp: define parameters of l2tp_session_get*() as "const"Guillaume Nault2-5/+7
2020-05-27l2tp: remove l2tp_session_find()Guillaume Nault2-53/+1
2020-05-27l2tp: remove useless duplicate session detection in l2tp_netlinkGuillaume Nault1-5/+0
2020-05-27L2TP:Adjust intf MTU, add underlay L3, L2 hdrs.R. Parameswaran1-4/+51
2020-05-27New kernel function to get IP overhead on a socket.R. Parameswaran1-0/+46
2020-05-27net: l2tp: ppp: change PPPOL2TP_MSG_* => L2TP_MSG_*Asbjørn Sloth Tønnesen1-27/+27
2020-05-27net: l2tp: export debug flags to UAPIAsbjørn Sloth Tønnesen1-10/+0
2020-05-20netprio_cgroup: Fix unlimited memory leak of v2 cgroupsZefan Li1-0/+2
2020-05-20net: ipv4: really enforce backoff for redirectsPaolo Abeni1-1/+1
2020-05-20Revert "ipv6: add mtu lock check in __ip6_rt_update_pmtu"Maciej Żenczykowski1-2/+4
2020-05-20netlabel: cope with NULL catmapPaolo Abeni3-3/+12
2020-05-20net: fix a potential recursive NETDEV_FEAT_CHANGECong Wang1-1/+3
2020-05-20netfilter: conntrack: avoid gcc-10 zero-length-bounds warningArnd Bergmann1-2/+2
2020-05-20drop_monitor: work around gcc-10 stringop-overflow warningArnd Bergmann1-4/+7
2020-05-20net: ipv6_stub: use ip6_dst_lookup_flow instead of ip6_dst_lookupSabrina Dubroca4-13/+16
2020-05-20net: ipv6: add net argument to ip6_dst_lookup_flowSabrina Dubroca10-18/+18
2020-05-20batman-adv: Fix refcnt leak in batadv_v_ogm_processXiyu Yang1-1/+1
2020-05-20batman-adv: Fix refcnt leak in batadv_store_throughput_overrideXiyu Yang1-1/+1
2020-05-20batman-adv: Fix refcnt leak in batadv_show_throughput_overrideXiyu Yang1-0/+1
2020-05-20batman-adv: fix batadv_nc_random_weight_tqGeorge Spelvin1-8/+1
2020-05-20sch_sfq: validate silly quantum valuesEric Dumazet1-0/+9
2020-05-20sch_choke: avoid potential panic in choke_reset()Eric Dumazet1-1/+2
2020-05-20fq_codel: fix TCA_FQ_CODEL_DROP_BATCH_SIZE sanity checksEric Dumazet1-1/+1
2020-05-10mac80211: add ieee80211_is_any_nullfunc()Thomas Pedersen4-10/+7
2020-05-10sctp: Fix SHUTDOWN CTSN Ack in the peer restart caseJere Leppänen1-1/+5
2020-05-10xprtrdma: Fix backchannel allocation of extra rpcrdma_repsChuck Lever3-25/+23
2020-05-02xfrm: Always set XFRM_TRANSFORMED in xfrm{4,6}_output_finishDavid Ahern2-4/+0
2020-05-02net/x25: Fix x25_neigh refcnt leak when receiving frameXiyu Yang1-1/+3
2020-05-02net: netrom: Fix potential nr_neigh refcnt leak in nr_add_nodeXiyu Yang1-0/+1
2020-05-02ipv6: fix restrict IPV6_ADDRFORM operationJohn Haxby1-7/+6
2020-05-02vti4: removed duplicate log message.Jeremy Sowden1-3/+1
2020-05-02net: ipv4: avoid unused variable warning for sysctlArnd Bergmann1-2/+1
2020-05-02net: ipv4: emulate READ_ONCE() on ->hdrincl bit-field in raw_sendmsg()Nicolai Stange1-1/+3
2020-04-24net: qrtr: send msgs from local of same id as broadcastWang Wenhu1-3/+4
2020-04-24net: ipv4: devinet: Fix crash when add/del multicast IP with autojoinTaras Chornyi1-4/+9