summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* nfc: fix memory leak in llcp_sock_bind()Eric Dumazet2019-10-041-1/+6
* sch_dsmark: fix potential NULL deref in dsmark_init()Eric Dumazet2019-10-041-0/+2
* ipv6: Handle missing host route in __ipv6_ifa_notifyDavid Ahern2019-10-041-5/+12
* net: ipv4: avoid mixed n_redirects and rate_tokens usagePaolo Abeni2019-10-041-3/+2
* Revert "ipv6: Handle race in addrconf_dad_work"David Ahern2019-10-041-6/+5
* net: make sock_prot_memory_pressure() return "const char *"Alexey Dobriyan2019-10-041-1/+1
* tcp: fix slab-out-of-bounds in tcp_zerocopy_receive()Eric Dumazet2019-10-031-4/+2
* udp: only do GSO if # of segs > 1Josh Hunt2019-10-032-8/+14
* udp: fix gso_segs calculationsJosh Hunt2019-10-032-1/+3
* ipv6: drop incoming packets having a v4mapped source addressEric Dumazet2019-10-031-0/+10
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2019-10-0225-28/+33
|\
| * netfilter: nft_connlimit: disable bh on garbage collectionPablo Neira Ayuso2019-10-011-1/+6
| * netfilter: drop bridge nf reset from nf_resetFlorian Westphal2019-10-0124-27/+27
* | net: dsa: sja1105: Fix sleeping while atomic in .port_hwtstamp_setVladimir Oltean2019-10-021-1/+11
* | net/rds: Fix error handling in rds_ib_add_one()Dotan Barak2019-10-021-3/+3
* | tipc: fix unlimited bundling of small messagesTuong Lien2019-10-022-15/+19
* | ipv6: Handle race in addrconf_dad_workDavid Ahern2019-10-011-5/+6
* | tcp: adjust rto_base in retransmits_timed_out()Eric Dumazet2019-10-011-2/+7
* | vsock: Fix a lockdep warning in __vsock_release()Dexuan Cui2019-10-013-6/+14
* | devlink: Fix error handling in param and info_get dumpit cbVasundhara Volam2019-10-011-3/+3
* | net: sched: cbs: Avoid division by zero when calculating the port rateVladimir Oltean2019-10-011-1/+1
* | net: sched: taprio: Avoid division by zero on invalid link speedVladimir Oltean2019-10-011-1/+1
|/
* mac80211: keep BHs disabled while calling drv_tx_wake_queue()Johannes Berg2019-10-011-5/+8
* mac80211: fix txq null pointer dereferenceMiaoqing Pan2019-10-011-2/+9
* nl80211: fix null pointer dereferenceMiaoqing Pan2019-10-011-0/+3
* cfg80211: initialize on-stack chandefsJohannes Berg2019-10-013-3/+5
* cfg80211: validate SSID/MBSSID element ordering assumptionJohannes Berg2019-10-011-1/+6
* nl80211: validate beacon headJohannes Berg2019-10-011-2/+35
* net: sched: taprio: Fix potential integer overflow in taprio_set_picos_per_byteVladimir Oltean2019-09-301-2/+1
* net: Unpublish sk from sk_reuseport_cb before call_rcuMartin KaFai Lau2019-09-301-3/+8
* erspan: remove the incorrect mtu limit for erspanHaishuang Yan2019-09-301-0/+1
* sch_cbq: validate TCA_CBQ_WRROPT to avoid crashEric Dumazet2019-09-301-14/+29
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2019-09-2851-299/+305
|\
| * tcp: better handle TCP_USER_TIMEOUT in SYN_SENT stateEric Dumazet2019-09-271-2/+3
| * sk_buff: drop all skb extensions on free and skb scrubbingFlorian Westphal2019-09-272-3/+3
| * tcp_bbr: fix quantization code to not raise cwnd if not probing bandwidthKevin(Yudong) Yang2019-09-271-4/+4
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2019-09-274-7/+42
| |\
| | * netfilter: nf_tables: bogus EBUSY when deleting flowtable after flushLaura Garcia Liebana2019-09-252-0/+35
| | * netfilter: nf_tables: allow lookups in dynamic setsFlorian Westphal2019-09-202-5/+5
| | * netfilter: nf_tables_offload: fix always true policy is unset checkPablo Neira Ayuso2019-09-201-1/+1
| | * netfilter: nf_tables: add NFT_CHAIN_POLICY_UNSET and use itPablo Neira Ayuso2019-09-201-1/+1
| * | net/sched: Set default of CONFIG_NET_TC_SKB_EXT to NPaul Blakey2019-09-271-1/+0
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-09-271-2/+0
| |\ \
| | * | xsk: relax UMEM headroom alignmentBjörn Töpel2019-09-191-2/+0
| * | | net: sched: sch_sfb: don't call qdisc_put() while holding tree lockVlad Buslov2019-09-271-3/+4
| * | | net: sched: multiq: don't call qdisc_put() while holding tree lockVlad Buslov2019-09-271-7/+16
| * | | net: sched: sch_htb: don't call qdisc_put() while holding tree lockVlad Buslov2019-09-271-1/+3
| * | | net/rds: Check laddr_check before calling itKa-Cheong Poon2019-09-271-1/+4
| * | | tcp: honor SO_PRIORITY in TIME_WAIT stateEric Dumazet2019-09-274-3/+9
| * | | ipv6: tcp: provide sk->sk_priority to ctl packetsEric Dumazet2019-09-271-7/+9