aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2019-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Linus Torvalds 44-208/+324
2019-12-07Merge tag 'nfsd-5.5' of git://linux-nfs.org/~bfields/linuxGravatar Linus Torvalds 8-34/+84
2019-12-07Merge tag 'nfs-for-5.5-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsGravatar Linus Torvalds 11-337/+435
2019-12-07net_sched: validate TCA_KIND attribute in tc_chain_tmplt_add()Gravatar Eric Dumazet 1-1/+7
2019-12-07inet: protect against too small mtu values.Gravatar Eric Dumazet 3-11/+10
2019-12-07gre: refetch erspan header from skb->data after pskb_may_pull()Gravatar Cong Wang 1-1/+1
2019-12-06tcp: md5: fix potential overestimation of TCP option spaceGravatar Eric Dumazet 1-2/+3
2019-12-06net: sched: allow indirect blocks to bind to clsact in TCGravatar John Hurley 1-19/+33
2019-12-06net: core: rename indirect block ingress cb functionGravatar John Hurley 3-28/+27
2019-12-06net-sysfs: Call dev_hold always in netdev_queue_add_kobjectGravatar Jouni Hogander 1-2/+5
2019-12-06net: dsa: fix flow dissection on Tx pathGravatar Alexander Lobakin 1-2/+3
2019-12-06net/tls: Fix return values to avoid ENOTSUPPGravatar Valentin Vidic 3-10/+10
2019-12-06net: avoid an indirect call in ____sys_recvmsg()Gravatar Eric Dumazet 1-1/+6
2019-12-06tipc: fix ordering of tipc module init and exit routineGravatar Taehee Yoo 1-14/+15
2019-12-06mqprio: Fix out-of-bounds access in mqprio_dumpGravatar Vladyslav Tarasiuk 1-1/+1
2019-12-06Merge tag 'for-linus-20191205' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-51/+25
2019-12-05Merge tag 'ceph-for-5.5-rc1' of git://github.com/ceph/ceph-clientGravatar Linus Torvalds 3-234/+190
2019-12-05hsr: fix a NULL pointer dereference in hsr_dev_xmit()Gravatar Taehee Yoo 1-2/+7
2019-12-04kernel/notifier.c: remove blocking_notifier_chain_cond_register()Gravatar Xiaoming Ni 1-1/+1
2019-12-04net: Fixed updating of ethertype in skb_mpls_push()Gravatar Martin Varghese 3-4/+6
2019-12-04NFC: NCI: use new `delay` structure for SPI transfer delaysGravatar Alexandru Ardelean 1-2/+4
2019-12-04xdp: obtain the mem_id mutex before trying to remove an entry.Gravatar Jonathan Lemon 1-4/+4
2019-12-04act_ct: support asymmetric conntrackGravatar Aaron Conole 1-1/+12
2019-12-04openvswitch: support asymmetric conntrackGravatar Aaron Conole 1-0/+11
2019-12-04net: ipv6_stub: use ip6_dst_lookup_flow instead of ip6_dst_lookupGravatar Sabrina Dubroca 5-16/+17
2019-12-04net: ipv6: add net argument to ip6_dst_lookup_flowGravatar Sabrina Dubroca 10-18/+18
2019-12-03cls_flower: Fix the behavior using port ranges with hw-offloadGravatar Yoshiki Komachi 2-61/+94
2019-12-03net: sched: fix dump qlen for sch_mq/sch_mqprio with NOLOCK subqueuesGravatar Dust Li 2-0/+2
2019-12-03tcp: refactor tcp_retransmit_timer()Gravatar Eric Dumazet 1-2/+8
2019-12-03net/core: Populate VF index in struct ifla_vf_guidGravatar Danit Goldberg 1-1/+3
2019-12-03net: bridge: deny dev_set_mac_address() when unregisteringGravatar Nikolay Aleksandrov 1-0/+6
2019-12-03net: fix a leak in register_netdevice()Gravatar Dan Carpenter 1-3/+3
2019-12-03io_uring: ensure async punted connect requests copy dataGravatar Jens Axboe 1-8/+8
2019-12-03io_uring: ensure async punted sendmsg/recvmsg requests copy dataGravatar Jens Axboe 1-43/+17
2019-12-02Fixed updating of ethertype in function skb_mpls_popGravatar Martin Varghese 3-4/+9
2019-12-02sch_cake: Add missing NLA policy entry TCA_CAKE_SPLIT_GSOGravatar Victorien Molle 1-0/+1
2019-12-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Linus Torvalds 11-46/+57
2019-12-01Merge tag 'y2038-cleanups-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/...Gravatar Linus Torvalds 4-17/+23
2019-12-01Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 5-4/+55
2019-12-01openvswitch: remove another BUG_ON()Gravatar Paolo Abeni 1-1/+5
2019-12-01openvswitch: drop unneeded BUG_ON() in ovs_flow_cmd_build_info()Gravatar Paolo Abeni 1-1/+4
2019-11-30Merge tag 'hyperv-next-signed' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-0/+20
2019-11-30net: sched: fix `tc -s class show` no bstats on class with nolock subqueuesGravatar Dust Li 4-5/+6
2019-11-28tipc: fix duplicate SYN messages under link congestionGravatar Tung Nguyen 1-7/+10
2019-11-28tipc: fix wrong timeout input for tipc_wait_for_cond()Gravatar Tung Nguyen 1-1/+1
2019-11-28tipc: fix wrong socket reference counter after tipc_sk_timeout() returnsGravatar Tung Nguyen 1-0/+1
2019-11-28tipc: fix potential memory leak in __tipc_sendmsg()Gravatar Tung Nguyen 1-1/+3
2019-11-28net/tls: use sg_next() to walk sg entriesGravatar Jakub Kicinski 2-12/+4
2019-11-28net/tls: remove the dead inplace_crypto codeGravatar Jakub Kicinski 1-5/+1
2019-11-28net: skmsg: fix TLS 1.3 crash with full sk_msgGravatar Jakub Kicinski 3-6/+6