summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorLines
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin-3/+3
2019-12-12ethtool: provide link mode names as a string setMichal Kubecek-0/+97
2019-12-12ethtool: move string arrays into common fileMichal Kubecek-83/+105
2019-12-12ethtool: move to its own directoryMichal Kubecek-2/+5
2019-12-12netlink: rename nl80211_validate_nested() to nla_validate_nested()Michal Kubecek-2/+1
2019-12-12rtnetlink: provide permanent hardware address in RTM_NEWLINKMichal Kubecek-0/+5
2019-12-12unix: Show number of pending scm files of receive queue in fdinfoKirill Tkhai-5/+51
2019-12-12net: Allow to show socket-specific information in /proc/[pid]/fdinfo/[fd]Kirill Tkhai-0/+12
2019-12-11vsock/virtio: remove loopback handlingStefano Garzarella-59/+2
2019-12-11vsock: use local transport when it is loadedStefano Garzarella-5/+23
2019-12-11vsock: add vsock_loopback transportStefano Garzarella-0/+193
2019-12-11vsock: add local transport support in the vsock coreStefano Garzarella-1/+16
2019-12-11vsock: add VMADDR_CID_LOCAL definitionStefano Garzarella-1/+1
2019-12-11vsock/virtio_transport_common: remove unused virtio header includesStefano Garzarella-3/+0
2019-12-10tcp: Cleanup duplicate initialization of sk->sk_state.Kuniyuki Iwashima-2/+0
2019-12-10tipc: introduce variable window congestion controlJon Maloy-79/+160
2019-12-10tipc: eliminate more unnecessary nacks and retransmissionsJon Maloy-1/+5
2019-12-10tipc: eliminate gap indicator from ACK messagesJon Maloy-5/+9
2019-12-09net-tcp: Disable TCP ssthresh metrics cache by defaultKevin(Yudong) Yang-4/+19
2019-12-09sctp: get netns from asoc and ep baseXin Long-62/+49
2019-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds-208/+324
2019-12-07Merge tag 'nfsd-5.5' of git://linux-nfs.org/~bfields/linuxLinus Torvalds-34/+84
2019-12-07Merge tag 'nfs-for-5.5-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds-337/+435
2019-12-07net_sched: validate TCA_KIND attribute in tc_chain_tmplt_add()Eric Dumazet-1/+7
2019-12-07inet: protect against too small mtu values.Eric Dumazet-11/+10
2019-12-07gre: refetch erspan header from skb->data after pskb_may_pull()Cong Wang-1/+1
2019-12-06tcp: md5: fix potential overestimation of TCP option spaceEric Dumazet-2/+3
2019-12-06net: sched: allow indirect blocks to bind to clsact in TCJohn Hurley-19/+33
2019-12-06net: core: rename indirect block ingress cb functionJohn Hurley-28/+27
2019-12-06net-sysfs: Call dev_hold always in netdev_queue_add_kobjectJouni Hogander-2/+5
2019-12-06net: dsa: fix flow dissection on Tx pathAlexander Lobakin-2/+3
2019-12-06net/tls: Fix return values to avoid ENOTSUPPValentin Vidic-10/+10
2019-12-06net: avoid an indirect call in ____sys_recvmsg()Eric Dumazet-1/+6
2019-12-06tipc: fix ordering of tipc module init and exit routineTaehee Yoo-14/+15
2019-12-06mqprio: Fix out-of-bounds access in mqprio_dumpVladyslav Tarasiuk-1/+1
2019-12-06Merge tag 'for-linus-20191205' of git://git.kernel.dk/linux-blockLinus Torvalds-51/+25
2019-12-05Merge tag 'ceph-for-5.5-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds-234/+190
2019-12-05hsr: fix a NULL pointer dereference in hsr_dev_xmit()Taehee Yoo-2/+7
2019-12-04kernel/notifier.c: remove blocking_notifier_chain_cond_register()Xiaoming Ni-1/+1
2019-12-04net: Fixed updating of ethertype in skb_mpls_push()Martin Varghese-4/+6
2019-12-04NFC: NCI: use new `delay` structure for SPI transfer delaysAlexandru Ardelean-2/+4
2019-12-04xdp: obtain the mem_id mutex before trying to remove an entry.Jonathan Lemon-4/+4
2019-12-04act_ct: support asymmetric conntrackAaron Conole-1/+12
2019-12-04openvswitch: support asymmetric conntrackAaron Conole-0/+11
2019-12-04net: ipv6_stub: use ip6_dst_lookup_flow instead of ip6_dst_lookupSabrina Dubroca-16/+17
2019-12-04net: ipv6: add net argument to ip6_dst_lookup_flowSabrina Dubroca-18/+18
2019-12-03cls_flower: Fix the behavior using port ranges with hw-offloadYoshiki Komachi-61/+94
2019-12-03net: sched: fix dump qlen for sch_mq/sch_mqprio with NOLOCK subqueuesDust Li-0/+2
2019-12-03tcp: refactor tcp_retransmit_timer()Eric Dumazet-2/+8
2019-12-03net/core: Populate VF index in struct ifla_vf_guidDanit Goldberg-1/+3