summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2019-10-07NFC: fix attrs checks in netlink interfaceAndrey Konovalov1-2/+4
2019-10-07ipv6: Handle missing host route in __ipv6_ifa_notifyDavid Ahern1-5/+12
2019-10-07sch_cbq: validate TCA_CBQ_WRROPT to avoid crashEric Dumazet1-5/+22
2019-10-07net/rds: Fix error handling in rds_ib_add_one()Dotan Barak1-3/+3
2019-10-07sch_dsmark: fix potential NULL deref in dsmark_init()Eric Dumazet1-0/+2
2019-10-07nfc: fix memory leak in llcp_sock_bind()Eric Dumazet1-1/+6
2019-10-07net: Unpublish sk from sk_reuseport_cb before call_rcuMartin KaFai Lau1-3/+8
2019-10-07net: ipv4: avoid mixed n_redirects and rate_tokens usagePaolo Abeni1-3/+2
2019-10-07ipv6: drop incoming packets having a v4mapped source addressEric Dumazet1-0/+10
2019-10-05cfg80211: Purge frame registrations on iftype changeDenis Kenzior1-0/+1
2019-10-05nfc: enforce CAP_NET_RAW for raw socketsOri Nimron1-2/+5
2019-10-05ieee802154: enforce CAP_NET_RAW for raw socketsOri Nimron1-0/+3
2019-10-05ax25: enforce CAP_NET_RAW for raw socketsOri Nimron1-0/+2
2019-10-05appletalk: enforce CAP_NET_RAW for raw socketsOri Nimron1-0/+5
2019-10-05sch_netem: fix a divide by zero in tabledist()Eric Dumazet1-1/+1
2019-10-05openvswitch: change type of UPCALL_PID attribute to NLA_UNSPECLi RongQing1-1/+1
2019-10-05net: qrtr: Stop rx_worker before freeing nodeBjorn Andersson1-0/+1
2019-10-05mac80211: handle deauthentication/disassociation from TDLS peerYu Wang3-1/+37
2019-10-05mac80211: Print text for disassociation reasonArkadiusz Miskiewicz1-2/+3
2019-10-05Revert "Bluetooth: validate BLE connection interval updates"Marcel Holtmann2-13/+1
2019-09-21net_sched: let qdisc_put() accept NULL pointerCong Wang1-1/+5
2019-09-21netfilter: nf_conntrack_ftp: Fix debug outputThomas Jarosch1-1/+1
2019-09-21batman-adv: Only read OGM2 tvlv_len after buffer len checkSven Eckelmann1-6/+12
2019-09-21tipc: add NULL pointer check before calling kfree_rcuXin Long1-1/+2
2019-09-21tcp: fix tcp_ecn_withdraw_cwr() to clear TCP_ECN_QUEUE_CWRNeal Cardwell1-1/+1
2019-09-21sctp: use transport pf_retrans in sctp_do_8_2_transport_strikeXin Long1-1/+1
2019-09-21sctp: Fix the link time qualifier of 'sctp_ctrlsock_exit()'Christophe JAILLET1-1/+1
2019-09-21sch_hhf: ensure quantum and hhf_non_hh_weight are non-zeroCong Wang1-1/+1
2019-09-21net: gso: Fix skb_segment splat when splitting gso_size mangled skb having li...Shmulik Ladkani1-0/+19
2019-09-21net: Fix null de-reference of device refcountSubash Abhinov Kasiviswanathan1-0/+2
2019-09-21ipv6: Fix the link time qualifier of 'ping_v6_proc_exit_net()'Christophe JAILLET1-1/+1
2019-09-21bridge/mdb: remove wrong use of NLM_F_MULTINicolas Dichtel1-1/+1
2019-09-16batman-adv: Only read OGM tvlv_len after buffer len checkSven Eckelmann1-7/+13
2019-09-16batman-adv: fix uninit-value in batadv_netlink_get_ifindex()Eric Dumazet1-1/+1
2019-09-16xfrm: clean up xfrm protocol checksCong Wang3-15/+5
2019-09-10mld: fix memory leak in mld_del_delrec()Eric Dumazet1-2/+3
2019-09-10tcp: inherit timestamp on mtu probeWillem de Bruijn1-1/+2
2019-09-10net: fix skb use after free in netpollFeng Sun1-3/+3
2019-09-06mac80211: fix possible sta leakJohannes Berg1-4/+5
2019-09-06Revert "cfg80211: fix processing world regdomain when non modular"Hodaszi, Robert1-1/+1
2019-09-06tcp: make sure EPOLLOUT wont be missedEric Dumazet1-7/+9
2019-09-06netfilter: ebtables: fix a memory leak bug in compatWenwen Wang1-1/+3
2019-08-25sctp: fix the transport error_count checkXin Long1-1/+1
2019-08-25net/packet: fix race in tpacket_snd()Eric Dumazet1-0/+7
2019-08-25netfilter: conntrack: Use consistent ct id hash calculationDirk Morris1-8/+8
2019-08-25bpf: fix bpf_jit_limit knob for PAGE_SIZE >= 64KDaniel Borkmann1-3/+17
2019-08-25netfilter: ctnetlink: don't use conntrack/expect object addresses as idFlorian Westphal2-5/+64
2019-08-25inet: switch IP ID generator to siphashEric Dumazet2-19/+23
2019-08-25bpf: add bpf_jit_limit knob to restrict unpriv allocationsDaniel Borkmann1-2/+8
2019-08-25bpf: restrict access to core bpf sysctlsDaniel Borkmann1-2/+37