summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
* flow_dissector: Fix potential use-after-free on BPF_PROG_DETACHJakub Sitnicki2019-09-211-1/+1
* batman-adv: Only read OGM2 tvlv_len after buffer len checkSven Eckelmann2019-09-211-6/+12
* xdp: unpin xdp umem pages in error pathIvan Khoronzhuk2019-09-211-1/+3
* netfilter: xt_nfacct: Fix alignment mismatch in xt_nfacct_match_infoJuliana Rodrigueiro2019-09-211-11/+25
* netfilter: nft_flow_offload: missing netlink attribute policyPablo Neira Ayuso2019-09-211-0/+6
* netfilter: ebtables: Fix argument order to ADD_COUNTERTodd Seidelmann2019-09-211-4/+4
* nl80211: Fix possible Spectre-v1 for CQM RSSI thresholdsMasashi Honma2019-09-211-1/+3
* net: dsa: Fix load order between DSA drivers and taggersAndrew Lunn2019-09-211-0/+2
* udp: correct reuseport selection with connected socketsWillem de Bruijn2019-09-215-6/+23
* net_sched: let qdisc_put() accept NULL pointerCong Wang2019-09-211-0/+3
* net/sched: fix race between deactivation and dequeue for NOLOCK qdiscPaolo Abeni2019-09-211-6/+10
* ip6_gre: fix a dst leak in ip6erspan_tunnel_xmitXin Long2019-09-211-1/+1
* SUNRPC: Handle connection breakages correctly in call_status()Trond Myklebust2019-09-211-1/+1
* netfilter: nf_flow_table: set default timeout after successful insertionPablo Neira Ayuso2019-09-211-1/+1
* net: sock_map, fix missing ulp check in sock hash caseJohn Fastabend2019-09-191-0/+3
* sctp: fix the missing put_user when dumping transport thresholdsXin Long2019-09-191-1/+2
* ipv6: addrconf_f6i_alloc - fix non-null pointer check to !IS_ERR()Maciej Żenczykowski2019-09-191-1/+1
* net-ipv6: fix excessive RTF_ADDRCONF flag on ::1/128 local route (and others)Maciej Żenczykowski2019-09-191-2/+6
* tipc: add NULL pointer check before calling kfree_rcuXin Long2019-09-191-1/+2
* tcp: fix tcp_ecn_withdraw_cwr() to clear TCP_ECN_QUEUE_CWRNeal Cardwell2019-09-191-1/+1
* sctp: use transport pf_retrans in sctp_do_8_2_transport_strikeXin Long2019-09-191-1/+1
* sctp: Fix the link time qualifier of 'sctp_ctrlsock_exit()'Christophe JAILLET2019-09-191-1/+1
* sch_hhf: ensure quantum and hhf_non_hh_weight are non-zeroCong Wang2019-09-191-1/+1
* net: sched: fix reordering issuesEric Dumazet2019-09-191-2/+7
* net: gso: Fix skb_segment splat when splitting gso_size mangled skb having li...Shmulik Ladkani2019-09-191-0/+19
* net: Fix null de-reference of device refcountSubash Abhinov Kasiviswanathan2019-09-191-0/+2
* ipv6: Fix the link time qualifier of 'ping_v6_proc_exit_net()'Christophe JAILLET2019-09-191-1/+1
* bridge/mdb: remove wrong use of NLM_F_MULTINicolas Dichtel2019-09-191-1/+1
* batman-adv: Only read OGM tvlv_len after buffer len checkSven Eckelmann2019-09-161-7/+13
* batman-adv: fix uninit-value in batadv_netlink_get_ifindex()Eric Dumazet2019-09-161-1/+1
* netfilter: nft_flow_offload: skip tcp rst and fin packetsPablo Neira Ayuso2019-09-101-3/+6
* netfilter: nf_flow_table: teardown flow timeout racePablo Neira Ayuso2019-09-101-9/+25
* netfilter: nf_flow_table: conntrack picks up expired flowsPablo Neira Ayuso2019-09-101-7/+10
* netfilter: nf_tables: use-after-free in failing rule with bound setPablo Neira Ayuso2019-09-101-5/+10
* netfilter: nf_flow_table: fix offload for flows that are subject to xfrmFlorian Westphal2019-09-101-0/+43
* batman-adv: Fix netlink dumping of all mcast_flags bucketsSven Eckelmann2019-09-101-1/+1
* net/rds: Fix info leak in rds6_inc_info_copy()Ka-Cheong Poon2019-09-101-1/+4
* net/sched: pfifo_fast: fix wrong dereference when qdisc is resetDavide Caratti2019-09-101-4/+7
* net/sched: pfifo_fast: fix wrong dereference in pfifo_fast_enqueueDavide Caratti2019-09-101-2/+6
* net: dsa: tag_8021q: Future-proof the reserved fields in the custom VIDVladimir Oltean2019-09-101-0/+2
* net/sched: cbs: Set default link speed to 10 Mbps in cbs_set_port_rateVladimir Oltean2019-09-101-8/+11
* taprio: Set default link speed to 10 Mbps in taprio_set_picos_per_byteVladimir Oltean2019-09-101-10/+13
* taprio: Fix kernel panic in taprio_destroyVladimir Oltean2019-09-101-4/+4
* tcp: remove empty skb from write queue in error casesEric Dumazet2019-09-101-10/+20
* tcp: inherit timestamp on mtu probeWillem de Bruijn2019-09-101-1/+2
* net_sched: fix a NULL pointer deref in ipt actionCong Wang2019-09-1016-20/+21
* net: sched: act_sample: fix psample group handling on overwriteVlad Buslov2019-09-102-2/+6
* net: fix skb use after free in netpollFeng Sun2019-09-101-3/+3
* mld: fix memory leak in mld_del_delrec()Eric Dumazet2019-09-101-2/+3
* hsr: switch ->dellink() to ->ndo_uninit()Cong Wang2019-09-063-18/+8