summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
* bpf: allow narrow loads of some sk_reuseport_md fields with offset > 0Ilya Leoshkevich2019-09-211-4/+4
* 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_sched: let qdisc_put() accept NULL pointerCong Wang2019-09-211-1/+5
* udp: correct reuseport selection with connected socketsWillem de Bruijn2019-09-215-6/+23
* ip6_gre: fix a dst leak in ip6erspan_tunnel_xmitXin Long2019-09-211-1/+1
* netfilter: nf_flow_table: set default timeout after successful insertionPablo Neira Ayuso2019-09-211-1/+1
* 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
* {nl,mac}80211: fix interface combinations on crypto controlled devicesManikanta Pubbisetty2019-09-164-13/+31
* hv_sock: Fix hang when a connection is closedDexuan Cui2019-09-161-0/+8
* 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_tables: use-after-free in failing rule with bound setPablo Neira Ayuso2019-09-101-5/+10
* net/rds: Fix info leak in rds6_inc_info_copy()Ka-Cheong Poon2019-09-101-1/+4
* tcp: remove empty skb from write queue in error casesEric Dumazet2019-09-101-9/+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/+5
* 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
* mac80211: Correctly set noencrypt for PAE framesDenis Kenzior2019-09-061-1/+1
* mac80211: Don't memset RXCB prior to PAE interceptDenis Kenzior2019-09-061-2/+2
* mac80211: fix possible sta leakJohannes Berg2019-09-061-4/+5
* Revert "cfg80211: fix processing world regdomain when non modular"Hodaszi, Robert2019-09-061-1/+1
* ipv4/icmp: fix rt dst dev null pointer dereferenceHangbin Liu2019-09-061-1/+7
* tcp: make sure EPOLLOUT wont be missedEric Dumazet2019-09-061-7/+9
* net/smc: make sure EPOLLOUT is raisedJason Baron2019-09-061-4/+2
* ipv6: Default fib6_type to RTN_UNICAST when not setDavid Ahern2019-09-061-1/+1
* ipv6/addrconf: allow adding multicast addr if IFA_F_MCAUTOJOIN is setHangbin Liu2019-09-061-1/+2
* net: tls, fix sk_write_space NULL write when tx disabledJohn Fastabend2019-09-061-1/+2
* net/tls: swap sk_write_space on closeJakub Kicinski2019-09-061-0/+1
* net/tls: Fixed return value when tls_complete_pending_work() failsVakul Garg2019-09-061-4/+6
* rxrpc: Fix local refcountingDavid Howells2019-08-291-5/+7
* rxrpc: Fix local endpoint replacementDavid Howells2019-08-291-1/+1
* rxrpc: Fix read-after-free in rxrpc_queue_local()David Howells2019-08-291-9/+10
* rxrpc: Fix local endpoint refcountingDavid Howells2019-08-294-39/+72