summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* NFC: fix attrs checks in netlink interfaceAndrey Konovalov2019-10-071-2/+4
* ipv6: Handle missing host route in __ipv6_ifa_notifyDavid Ahern2019-10-071-5/+12
* sch_cbq: validate TCA_CBQ_WRROPT to avoid crashEric Dumazet2019-10-071-8/+22
* tipc: fix unlimited bundling of small messagesTuong Lien2019-10-072-15/+20
* net/rds: Fix error handling in rds_ib_add_one()Dotan Barak2019-10-071-3/+3
* vsock: Fix a lockdep warning in __vsock_release()Dexuan Cui2019-10-073-6/+14
* sch_dsmark: fix potential NULL deref in dsmark_init()Eric Dumazet2019-10-071-0/+2
* nfc: fix memory leak in llcp_sock_bind()Eric Dumazet2019-10-071-1/+6
* net: Unpublish sk from sk_reuseport_cb before call_rcuMartin KaFai Lau2019-10-071-3/+8
* net: ipv4: avoid mixed n_redirects and rate_tokens usagePaolo Abeni2019-10-071-3/+2
* ipv6: drop incoming packets having a v4mapped source addressEric Dumazet2019-10-071-0/+10
* erspan: remove the incorrect mtu limit for erspanHaishuang Yan2019-10-071-0/+1
* cfg80211: Purge frame registrations on iftype changeDenis Kenzior2019-10-051-0/+1
* nfc: enforce CAP_NET_RAW for raw socketsOri Nimron2019-10-051-2/+5
* ieee802154: enforce CAP_NET_RAW for raw socketsOri Nimron2019-10-051-0/+3
* ax25: enforce CAP_NET_RAW for raw socketsOri Nimron2019-10-051-0/+2
* appletalk: enforce CAP_NET_RAW for raw socketsOri Nimron2019-10-051-0/+5
* sch_netem: fix a divide by zero in tabledist()Eric Dumazet2019-10-051-1/+1
* openvswitch: change type of UPCALL_PID attribute to NLA_UNSPECLi RongQing2019-10-051-1/+1
* net_sched: add max len check for TCA_KINDCong Wang2019-10-051-1/+2
* net/sched: act_sample: don't push mac header on ip6gre ingressDavide Caratti2019-10-051-0/+1
* net: qrtr: Stop rx_worker before freeing nodeBjorn Andersson2019-10-051-0/+1
* net: don't warn in inet diag when IPV6 is disabledStephen Hemminger2019-10-051-3/+0
* Revert "Bluetooth: validate BLE connection interval updates"Marcel Holtmann2019-10-052-13/+1
* tcp: Don't dequeue SYN/FIN-segments from write-queueChristoph Paasch2019-09-211-1/+2
* tcp: Reset send_head when removing skb from write-queueChristoph Paasch2019-09-211-2/+1
* netfilter: nf_conntrack_ftp: Fix debug outputThomas Jarosch2019-09-211-1/+1
* batman-adv: Only read OGM2 tvlv_len after buffer len checkSven Eckelmann2019-09-211-6/+12
* netfilter: xt_nfacct: Fix alignment mismatch in xt_nfacct_match_infoJuliana Rodrigueiro2019-09-211-11/+25
* 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
* 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: 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
* 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
* xfrm: clean up xfrm protocol checksCong Wang2019-09-163-15/+5
* mld: fix memory leak in mld_del_delrec()Eric Dumazet2019-09-101-2/+3
* net: sched: act_sample: fix psample group handling on overwriteVlad Buslov2019-09-102-2/+5
* 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: fix skb use after free in netpollFeng Sun2019-09-101-3/+3