summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* rxrpc: Fix a memory leak in rxkad_verify_response()Qiushi Wu2020-05-271-2/+1
* l2tp: initialise PPP sessions before registering themGuillaume Nault2020-05-271-31/+38
* l2tp: protect sock pointer of struct pppol2tp_session with RCUGuillaume Nault2020-05-271-53/+101
* l2tp: initialise l2tp_eth sessions before registering themGuillaume Nault2020-05-271-31/+75
* l2tp: don't register sessions in l2tp_session_create()Guillaume Nault2020-05-274-20/+36
* net: tcp: fix rx timestamp behavior for tcp_recvmsgKelly Littlepage2020-05-201-2/+4
* netprio_cgroup: Fix unlimited memory leak of v2 cgroupsZefan Li2020-05-201-0/+2
* net: ipv4: really enforce backoff for redirectsPaolo Abeni2020-05-201-1/+1
* Revert "ipv6: add mtu lock check in __ip6_rt_update_pmtu"Maciej Żenczykowski2020-05-201-2/+4
* netlabel: cope with NULL catmapPaolo Abeni2020-05-203-3/+12
* net: fix a potential recursive NETDEV_FEAT_CHANGECong Wang2020-05-201-1/+3
* netfilter: conntrack: avoid gcc-10 zero-length-bounds warningArnd Bergmann2020-05-201-2/+2
* drop_monitor: work around gcc-10 stringop-overflow warningArnd Bergmann2020-05-201-4/+7
* net: ipv6_stub: use ip6_dst_lookup_flow instead of ip6_dst_lookupSabrina Dubroca2020-05-204-13/+16
* net: ipv6: add net argument to ip6_dst_lookup_flowSabrina Dubroca2020-05-2010-18/+18
* netfilter: nat: never update the UDP checksum when it's 0Guillaume Nault2020-05-201-3/+2
* batman-adv: Fix refcnt leak in batadv_v_ogm_processXiyu Yang2020-05-201-1/+1
* batman-adv: Fix refcnt leak in batadv_store_throughput_overrideXiyu Yang2020-05-201-1/+1
* batman-adv: Fix refcnt leak in batadv_show_throughput_overrideXiyu Yang2020-05-201-0/+1
* batman-adv: fix batadv_nc_random_weight_tqGeorge Spelvin2020-05-201-8/+1
* ipv6: fix cleanup ordering for ip6_mr failureSabrina Dubroca2020-05-201-3/+3
* sch_sfq: validate silly quantum valuesEric Dumazet2020-05-201-0/+9
* sch_choke: avoid potential panic in choke_reset()Eric Dumazet2020-05-201-1/+2
* fq_codel: fix TCA_FQ_CODEL_DROP_BATCH_SIZE sanity checksEric Dumazet2020-05-201-1/+1
* cgroup, netclassid: remove double cond_reschedJiri Slaby2020-05-101-3/+1
* mac80211: add ieee80211_is_any_nullfunc()Thomas Pedersen2020-05-104-10/+7
* sctp: Fix SHUTDOWN CTSN Ack in the peer restart caseJere Leppänen2020-05-101-1/+5
* xfrm: Always set XFRM_TRANSFORMED in xfrm{4,6}_output_finishDavid Ahern2020-05-022-4/+0
* net/x25: Fix x25_neigh refcnt leak when receiving frameXiyu Yang2020-05-021-1/+3
* net: netrom: Fix potential nr_neigh refcnt leak in nr_add_nodeXiyu Yang2020-05-021-0/+1
* ipv6: fix restrict IPV6_ADDRFORM operationJohn Haxby2020-05-021-7/+6
* vti4: removed duplicate log message.Jeremy Sowden2020-05-021-3/+1
* net: ipv4: avoid unused variable warning for sysctlArnd Bergmann2020-05-021-2/+1
* net: ipv4: emulate READ_ONCE() on ->hdrincl bit-field in raw_sendmsg()Nicolai Stange2020-05-021-1/+3
* KEYS: Don't write out to userspace while holding key semaphoreWaiman Long2020-04-242-19/+10
* netfilter: nf_tables: report EOPNOTSUPP on unsupported flags/object typePablo Neira Ayuso2020-04-241-2/+2
* net: revert default NAPI poll timeout to 2 jiffiesKonstantin Khlebnikov2020-04-241-1/+2
* net: qrtr: send msgs from local of same id as broadcastWang Wenhu2020-04-241-3/+4
* net: ipv4: devinet: Fix crash when add/del multicast IP with autojoinTaras Chornyi2020-04-241-4/+9
* hsr: check protocol version in hsr_newlink()Taehee Yoo2020-04-241-2/+8
* net: rtnl_configure_link: fix dev flags changes arg to __dev_notify_flagsRoopa Prabhu2020-04-241-1/+1
* Bluetooth: RFCOMM: fix ODEBUG bug in rfcomm_dev_ioctlQiujun Huang2020-04-131-3/+1
* ipv6: don't auto-add link-local address to lag portsJarod Wilson2020-04-131-0/+4
* sctp: fix possibly using a bad saddr with a given dstMarcelo Ricardo Leitner2020-04-132-15/+33
* sctp: fix refcount bug in sctp_wfreeQiujun Huang2020-04-131-8/+23
* net, ip_tunnel: fix interface lookup with no keyWilliam Dauchy2020-04-131-5/+1
* ipv4: fix a RCU-list lock in fib_triestat_seq_showQian Cai2020-04-131-0/+3
* mac80211: fix authentication with iwlwifi/mvmJohannes Berg2020-04-021-1/+2
* mac80211: Check port authorization in the ieee80211_tx_dequeue() caseJouni Malinen2020-04-021-1/+18
* vti6: Fix memory leak of skb if input policy check failsTorsten Hilbrich2020-04-021-1/+1