summaryrefslogtreecommitdiffstats
path: root/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'ceph-for-5.6-rc8' of git://github.com/ceph/ceph-clientLinus Torvalds2020-03-263-13/+19
|\
| * libceph: fix alloc_msg_with_page_vector() memory leaksIlya Dryomov2020-03-232-13/+10
| * ceph: check POOL_FLAG_FULL/NEARFULL in addition to OSDMAP_FULL/NEARFULLIlya Dryomov2020-03-231-0/+9
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-03-2541-250/+479
|\ \ | |/ |/|
| * net: Fix CONFIG_NET_CLS_ACT=n and CONFIG_NFT_FWD_NETDEV={y, m} buildPablo Neira Ayuso2020-03-255-10/+10
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2020-03-254-16/+123
| |\
| | * netfilter: nft_fwd_netdev: allow to redirect to ifb via ingressPablo Neira Ayuso2020-03-241-0/+4
| | * netfilter: nft_fwd_netdev: validate family and chain typePablo Neira Ayuso2020-03-241-0/+9
| | * netfilter: nft_set_rbtree: Detect partial overlaps on insertionStefano Brivio2020-03-241-3/+67
| | * netfilter: nft_set_rbtree: Introduce and use nft_rbtree_interval_start()Stefano Brivio2020-03-241-6/+11
| | * netfilter: nft_set_pipapo: Separate partial and complete overlap cases on ins...Stefano Brivio2020-03-241-7/+27
| | * netfilter: nf_tables: Allow set back-ends to report partial overlaps on inser...Pablo Neira Ayuso2020-03-241-0/+5
| * | net: dsa: tag_8021q: replace dsa_8021q_remove_header with __skb_vlan_popVladimir Oltean2020-03-252-53/+9
| * | net: cbs: Fix software cbs to consider packet sending timeZh-yuan Ye2020-03-251-1/+11
| * | ethtool: fix reference leak in some *_SET handlersMichal Kubecek2020-03-244-4/+12
| * | net: dsa: Fix duplicate frames flooded by learningFlorian Fainelli2020-03-241-0/+2
| * | ipv4: fix a RCU-list lock in inet_dump_fib()Qian Cai2020-03-241-0/+2
| * | tcp: repair: fix TCP_QUEUE_SEQ implementationEric Dumazet2020-03-231-1/+3
| |/
| * hsr: fix general protection fault in hsr_addr_is_self()Taehee Yoo2020-03-221-4/+4
| * tcp: also NULL skb->dev when copy was neededFlorian Westphal2020-03-211-2/+6
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2020-03-213-4/+14
| |\
| | * netfilter: flowtable: populate addr_type maskEdward Cree2020-03-191-0/+1
| | * netfilter: flowtable: Fix flushing of offloaded flows on freePaul Blakey2020-03-191-0/+3
| | * netfilter: flowtable: reload ip{v6}h in nf_flow_tuple_ip{v6}Haishuang Yan2020-03-191-0/+2
| | * netfilter: flowtable: reload ip{v6}h in nf_flow_nat_ip{v6}Haishuang Yan2020-03-191-4/+8
| * | tcp: ensure skb->dev is NULL before leaving TCP stackEric Dumazet2020-03-201-0/+4
| * | Merge tag 'rxrpc-fixes-20200319' of git://git.kernel.org/pub/scm/linux/kernel...David S. Miller2020-03-206-60/+74
| |\ \ | | |/ | |/|
| | * afs: Fix client call Rx-phase signal handlingDavid Howells2020-03-143-32/+3
| | * rxrpc: Fix sendmsg(MSG_WAITALL) handlingDavid Howells2020-03-141-2/+2
| | * rxrpc: Fix call interruptibility handlingDavid Howells2020-03-145-17/+51
| | * rxrpc: Abstract out the calculation of whether there's Tx spaceDavid Howells2020-03-141-9/+18
| * | net/sched: act_ct: Fix leak of ct zone template on replacePaul Blakey2020-03-191-1/+1
| * | net: core: dev.c: fix a documentation warningMauro Carvalho Chehab2020-03-181-1/+1
| * | net: ip_gre: Accept IFLA_INFO_DATA-less configurationPetr Machata2020-03-171-0/+2
| * | ethtool: reject unrecognized request flagsMichal Kubecek2020-03-161-4/+12
| * | netlink: allow extack cookie also for error messagesMichal Kubecek2020-03-161-26/+17
| * | net_sched: cls_route: remove the right filter from hashtableCong Wang2020-03-161-2/+2
| * | hsr: set .netnsok flagTaehee Yoo2020-03-161-0/+1
| * | hsr: add restart routine into hsr_get_node_list()Taehee Yoo2020-03-161-14/+24
| * | hsr: use rcu_read_lock() in hsr_get_node_{list/status}()Taehee Yoo2020-03-162-25/+23
| * | net/packet: tpacket_rcv: avoid a producer race conditionWillem de Bruijn2020-03-152-1/+25
| * | net: ip_gre: Separate ERSPAN newlink / changelink callbacksPetr Machata2020-03-151-18/+85
| * | net/bpfilter: fix dprintf usage for /dev/kmsgBruno Meneguele2020-03-151-6/+8
| * | net_sched: keep alloc_hash updated after hash allocationCong Wang2020-03-151-0/+1
| * | net_sched: hold rtnl lock in tcindex_partial_destroy_work()Cong Wang2020-03-151-0/+2
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2020-03-131-4/+8
| |\ \
| | * | bpf, sockmap: Remove bucket->lock from sock_{hash|map}_freeJohn Fastabend2020-03-111-4/+8
* | | | Merge tag 'io_uring-5.6-20200320' of git://git.kernel.dk/linux-blockLinus Torvalds2020-03-211-3/+5
|\ \ \ \ | |/ / / |/| | |
| * | | io_uring: make sure accept honor rlimit nofileJens Axboe2020-03-201-3/+5
* | | | taprio: Fix sending packets without dequeueing themVinicius Costa Gomes2020-03-121-3/+9
| |_|/ |/| |