summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorLines
2019-09-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds-299/+305
2019-09-27Merge tag 'nfsd-5.4' of git://linux-nfs.org/~bfields/linuxLinus Torvalds-30/+26
2019-09-27Merge tag '9p-for-5.4' of git://github.com/martinetd/linuxLinus Torvalds-0/+1
2019-09-27tcp: better handle TCP_USER_TIMEOUT in SYN_SENT stateEric Dumazet-2/+3
2019-09-27sk_buff: drop all skb extensions on free and skb scrubbingFlorian Westphal-3/+3
2019-09-27tcp_bbr: fix quantization code to not raise cwnd if not probing bandwidthKevin(Yudong) Yang-4/+4
2019-09-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller-7/+42
2019-09-27net/sched: Set default of CONFIG_NET_TC_SKB_EXT to NPaul Blakey-1/+0
2019-09-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller-2/+0
2019-09-27net: sched: sch_sfb: don't call qdisc_put() while holding tree lockVlad Buslov-3/+4
2019-09-27net: sched: multiq: don't call qdisc_put() while holding tree lockVlad Buslov-7/+16
2019-09-27net: sched: sch_htb: don't call qdisc_put() while holding tree lockVlad Buslov-1/+3
2019-09-27net/rds: Check laddr_check before calling itKa-Cheong Poon-1/+4
2019-09-27tcp: honor SO_PRIORITY in TIME_WAIT stateEric Dumazet-3/+9
2019-09-27ipv6: tcp: provide sk->sk_priority to ctl packetsEric Dumazet-7/+9
2019-09-27ipv6: add priority parameter to ip6_xmit()Eric Dumazet-8/+11
2019-09-27sch_netem: fix rcu splat in netem_enqueue()Eric Dumazet-1/+1
2019-09-27kcm: disable preemption in kcm_parse_func_strparser()Eric Dumazet-1/+5
2019-09-26Merge tag 'nfs-for-5.4-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds-384/+388
2019-09-26ipv6: do not free rt if FIB_LOOKUP_NOREF is set on suppress ruleJason A. Donenfeld-1/+2
2019-09-26openvswitch: change type of UPCALL_PID attribute to NLA_UNSPECLi RongQing-1/+1
2019-09-26net: print proper warning on dst underflowJason A. Donenfeld-2/+2
2019-09-26net/sched: cbs: Fix not adding cbs instance to listVinicius Costa Gomes-17/+13
2019-09-26net: Fix Kconfig indentationKrzysztof Kozlowski-94/+94
2019-09-25Merge tag 'ceph-for-5.4-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds-44/+140
2019-09-25sunrpc: clean up indentation issueColin Ian King-2/+2
2019-09-25netfilter: nf_tables: bogus EBUSY when deleting flowtable after flushLaura Garcia Liebana-0/+35
2019-09-24net/xdp: convert put_page() to put_user_page*()John Hubbard-8/+1
2019-09-24mm: introduce page_size()Matthew Wilcox (Oracle)-1/+1
2019-09-24nfc: enforce CAP_NET_RAW for raw socketsOri Nimron-2/+5
2019-09-24ieee802154: enforce CAP_NET_RAW for raw socketsOri Nimron-0/+3
2019-09-24ax25: enforce CAP_NET_RAW for raw socketsOri Nimron-0/+2
2019-09-24appletalk: enforce CAP_NET_RAW for raw socketsOri Nimron-0/+5
2019-09-24net: sched: fix possible crash in tcf_action_destroy()Eric Dumazet-2/+4
2019-09-21net_sched: add policy validation for action attributesCong Wang-16/+18
2019-09-21net_sched: add max len check for TCA_KINDCong Wang-1/+2
2019-09-21net: qrtr: Stop rx_worker before freeing nodeBjorn Andersson-0/+1
2019-09-21Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds-14/+13
2019-09-20ipv6: fix a typo in fib6_rule_lookup()Eric Dumazet-1/+1
2019-09-20sch_netem: fix a divide by zero in tabledist()Eric Dumazet-1/+1
2019-09-20ipv4: Revert removal of rt_uses_gatewayDavid Ahern-19/+26
2019-09-20net/sched: act_sample: don't push mac header on ip6gre ingressDavide Caratti-0/+1
2019-09-20SUNRPC: Fix congestion window race with disconnectChuck Lever-0/+7
2019-09-20SUNRPC: Don't try to parse incomplete RPC messagesTrond Myklebust-1/+13
2019-09-20SUNRPC: Rename xdr_buf_read_netobj to xdr_buf_read_micBenjamin Coddington-23/+31
2019-09-20SUNRPC: Fix buffer handling of GSS MIC without slackBenjamin Coddington-9/+18
2019-09-20netfilter: nf_tables: allow lookups in dynamic setsFlorian Westphal-5/+5
2019-09-20netfilter: nf_tables_offload: fix always true policy is unset checkPablo Neira Ayuso-1/+1
2019-09-20netfilter: nf_tables: add NFT_CHAIN_POLICY_UNSET and use itPablo Neira Ayuso-1/+1
2019-09-19net/ncsi: Disable global multicast filterVijay Khemka-93/+12