summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* 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-19/+26
* net/sched: cbs: Fix not adding cbs instance to listVinicius Costa Gomes2019-10-051-17/+13
* ipv6: fix a typo in fib6_rule_lookup()Eric Dumazet2019-10-051-1/+1
* net/rds: Check laddr_check before calling itKa-Cheong Poon2019-10-051-1/+4
* 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
* 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
* sctp: destroy bucket if failed to bind addrMao Wenan2019-09-131-4/+6
* sctp: remove redundant assignment when call sctp_get_port_localMao Wenan2019-09-131-2/+1
* sctp: change return type of sctp_get_port_localMao Wenan2019-09-131-4/+4
* sctp: Fix the link time qualifier of 'sctp_ctrlsock_exit()'Christophe JAILLET2019-09-121-1/+1
* net: qrtr: fix memort leak in qrtr_tun_write_iterNavid Emamdoost2019-09-121-1/+4
* net: Fix null de-reference of device refcountSubash Abhinov Kasiviswanathan2019-09-121-0/+2
* ipv6: Fix the link time qualifier of 'ping_v6_proc_exit_net()'Christophe JAILLET2019-09-121-1/+1
* tcp: fix tcp_ecn_withdraw_cwr() to clear TCP_ECN_QUEUE_CWRNeal Cardwell2019-09-111-1/+1
* net/rds: An rds_sock is added too early to the hash tableKa-Cheong Poon2019-09-111-22/+18
* mac80211: Do not send Layer 2 Update frame before authorizationJouni Malinen2019-09-112-10/+8
* sctp: fix the missing put_user when dumping transport thresholdsXin Long2019-09-101-1/+2
* sch_hhf: ensure quantum and hhf_non_hh_weight are non-zeroCong Wang2019-09-101-1/+1
* net_sched: check cops->tcf_block in tc_bind_tclass()Cong Wang2019-09-101-0/+2
* bridge/mdb: remove wrong use of NLM_F_MULTINicolas Dichtel2019-09-101-1/+1
* net: gso: Fix skb_segment splat when splitting gso_size mangled skb having li...Shmulik Ladkani2019-09-071-0/+19
* ipv6: addrconf_f6i_alloc - fix non-null pointer check to !IS_ERR()Maciej Żenczykowski2019-09-071-1/+1
* net: sched: fix reordering issuesEric Dumazet2019-09-061-2/+7
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2019-09-062-33/+29
|\
| * xfrm: policy: avoid warning splat when merging nodesFlorian Westphal2019-08-201-2/+4
| * xfrm interface: fix management of phydevNicolas Dichtel2019-07-171-15/+17
| * xfrm interface: fix list corruption for x-netnsNicolas Dichtel2019-07-171-4/+4
| * xfrm interface: ifname may be wrong in logsNicolas Dichtel2019-07-171-9/+1
| * xfrm interface: avoid corruption on changelinkNicolas Dichtel2019-07-171-5/+5
* | net: Properly update v4 routes with v6 nexthopDonald Sharp2019-09-052-12/+14
* | ipv6: Fix RTA_MULTIPATH with nexthop objectsDavid Ahern2019-09-051-1/+1
* | net: sock_map, fix missing ulp check in sock hash caseJohn Fastabend2019-09-051-0/+3