summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* NFC: fix attrs checks in netlink interfaceAndrey Konovalov2019-10-071-2/+4
* net: sched: taprio: Avoid division by zero on invalid link speedVladimir Oltean2019-10-071-1/+1
* net: sched: cbs: Avoid division by zero when calculating the port rateVladimir Oltean2019-10-071-1/+1
* net/rds: Fix error handling in rds_ib_add_one()Dotan Barak2019-10-071-3/+3
* udp: only do GSO if # of segs > 1Josh Hunt2019-10-072-8/+14
* tcp: adjust rto_base in retransmits_timed_out()Eric Dumazet2019-10-071-2/+7
* vsock: Fix a lockdep warning in __vsock_release()Dexuan Cui2019-10-073-6/+14
* udp: fix gso_segs calculationsJosh Hunt2019-10-072-1/+3
* tipc: fix unlimited bundling of small messagesTuong Lien2019-10-072-15/+19
* sch_dsmark: fix potential NULL deref in dsmark_init()Eric Dumazet2019-10-071-0/+2
* sch_cbq: validate TCA_CBQ_WRROPT to avoid crashEric Dumazet2019-10-071-14/+29
* 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: sched: taprio: Fix potential integer overflow in taprio_set_picos_per_byteVladimir Oltean2019-10-071-2/+1
* net: ipv4: avoid mixed n_redirects and rate_tokens usagePaolo Abeni2019-10-071-3/+2
* ipv6: Handle missing host route in __ipv6_ifa_notifyDavid Ahern2019-10-071-5/+12
* 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
* SUNRPC: Fix buffer handling of GSS MIC without slackBenjamin Coddington2019-10-051-9/+18
* SUNRPC: Dequeue the request from the receive queue while we're re-encodingTrond Myklebust2019-10-052-26/+34
* 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
* tcp: better handle TCP_USER_TIMEOUT in SYN_SENT stateEric Dumazet2019-10-051-2/+3
* net: sched: fix possible crash in tcf_action_destroy()Eric Dumazet2019-10-051-2/+4
* net_sched: add policy validation for action attributesCong Wang2019-10-051-16/+18
* ipv4: Revert removal of rt_uses_gatewayDavid Ahern2019-10-055-18/+25
* net/sched: cbs: Fix not adding cbs instance to listVinicius Costa Gomes2019-10-051-17/+13
* tcp_bbr: fix quantization code to not raise cwnd if not probing bandwidthKevin(Yudong) Yang2019-10-051-4/+4
* 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
* ipv6: do not free rt if FIB_LOOKUP_NOREF is set on suppress ruleJason A. Donenfeld2019-10-051-1/+2
* net/rds: Check laddr_check before calling itKa-Cheong Poon2019-10-011-1/+4
* net/rds: An rds_sock is added too early to the hash tableKa-Cheong Poon2019-10-011-22/+18
* net_sched: check cops->tcf_block in tc_bind_tclass()Cong Wang2019-10-011-0/+2
* netfilter: nft_socket: fix erroneous socket assignmentFernando Fernandez Mancera2019-10-011-3/+3
* xfrm: policy: avoid warning splat when merging nodesFlorian Westphal2019-10-011-2/+4
* net: don't warn in inet diag when IPV6 is disabledStephen Hemminger2019-10-011-3/+0
* Revert "Bluetooth: validate BLE connection interval updates"Marcel Holtmann2019-10-012-13/+1
* netfilter: nf_flow_table: clear skb tstamp before xmitFlorian Westphal2019-09-211-1/+2
* libceph: don't call crypto_free_sync_skcipher() on a NULL tfmJia-Ju Bai2019-09-211-2/+4
* netfilter: conntrack: make sysctls per-namespace againFlorian Westphal2019-09-211-0/+5
* netfilter: nf_conntrack_ftp: Fix debug outputThomas Jarosch2019-09-211-1/+1
* netfilter: xt_physdev: Fix spurious error message in physdev_mt_checkTodd Seidelmann2019-09-211-4/+2
* bpf: allow narrow loads of some sk_reuseport_md fields with offset > 0Ilya Leoshkevich2019-09-211-4/+4