summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2019-12-26netfilter: nft_meta: move cgroup handling to helperFlorian Westphal1-5/+15
2019-12-26netfilter: nft_meta: move sk uid/git handling to helperFlorian Westphal1-29/+36
2019-12-26netfilter: nft_meta: move pkttype handling to helperFlorian Westphal1-39/+51
2019-12-26netfilter: nft_meta: move time handling to helperFlorian Westphal1-6/+22
2019-12-18netfilter: conntrack: remove two export symbolsFlorian Westphal2-2/+0
2019-12-18netfilter: nft_tunnel: add the missing nla_nest_cancel()Xin Long1-12/+26
2019-12-18netfilter: nft_tunnel: also dump OPTS_ERSPAN/VXLANXin Long1-1/+9
2019-12-18netfilter: nft_tunnel: also dump ERSPAN_VERSIONXin Long1-0/+3
2019-12-18netfilter: nft_tunnel: add the missing ERSPAN_VERSION nla_policyXin Long1-1/+2
2019-12-18netfilter: nft_tunnel: no need to call htons() when dumping portsXin Long1-2/+2
2019-12-18netfilter: Clean up unnecessary #ifdefLukas Wunner1-2/+0
2019-12-17ipv4: Remove old route notifications and convert listenersIdo Schimmel1-31/+7
2019-12-17ipv4: Only Replay routes of interest to new listenersIdo Schimmel1-0/+11
2019-12-17ipv4: Handle route deletion notification during flushIdo Schimmel1-0/+2
2019-12-17ipv4: Handle route deletion notificationIdo Schimmel1-0/+31
2019-12-17ipv4: Notify newly added route if should be offloadedIdo Schimmel1-0/+10
2019-12-17ipv4: Notify route if replacing currently offloaded oneIdo Schimmel1-0/+11
2019-12-17ipv4: Extend FIB alias find functionIdo Schimmel1-3/+8
2019-12-17ipv4: Notify route after insertion to the routing tableIdo Schimmel1-15/+14
2019-12-15tcp: Set rcv zerocopy hint correctly if skb last frag is < PAGE_SIZEArjun Roy1-0/+2
2019-12-15net/smc: shorten lgr_cnt initializationUrsula Braun1-2/+1
2019-12-15net: bridge: add STP xstatsVivien Didelot4-0/+34
2019-12-13netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin3-3/+3
2019-12-13ethtool: provide link mode names as a string setMichal Kubecek3-0/+97
2019-12-13ethtool: move string arrays into common fileMichal Kubecek4-83/+105
2019-12-13ethtool: move to its own directoryMichal Kubecek4-2/+5
2019-12-13netlink: rename nl80211_validate_nested() to nla_validate_nested()Michal Kubecek1-2/+1
2019-12-13rtnetlink: provide permanent hardware address in RTM_NEWLINKMichal Kubecek1-0/+5
2019-12-13unix: Show number of pending scm files of receive queue in fdinfoKirill Tkhai1-5/+51
2019-12-13net: Allow to show socket-specific information in /proc/[pid]/fdinfo/[fd]Kirill Tkhai1-0/+12
2019-12-12vsock/virtio: remove loopback handlingStefano Garzarella1-59/+2
2019-12-12vsock: use local transport when it is loadedStefano Garzarella1-5/+23
2019-12-12vsock: add vsock_loopback transportStefano Garzarella3-0/+193
2019-12-12vsock: add local transport support in the vsock coreStefano Garzarella1-1/+16
2019-12-12vsock: add VMADDR_CID_LOCAL definitionStefano Garzarella1-1/+1
2019-12-12vsock/virtio_transport_common: remove unused virtio header includesStefano Garzarella1-3/+0
2019-12-11tcp: Cleanup duplicate initialization of sk->sk_state.Kuniyuki Iwashima1-2/+0
2019-12-11tipc: introduce variable window congestion controlJon Maloy9-79/+160
2019-12-11tipc: eliminate more unnecessary nacks and retransmissionsJon Maloy1-1/+5
2019-12-11tipc: eliminate gap indicator from ACK messagesJon Maloy1-5/+9
2019-12-10net-tcp: Disable TCP ssthresh metrics cache by defaultKevin(Yudong) Yang3-4/+19
2019-12-10sctp: get netns from asoc and ep baseXin Long14-62/+49
2019-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds44-208/+324
2019-12-08Merge tag 'nfsd-5.5' of git://linux-nfs.org/~bfields/linuxLinus Torvalds8-34/+84
2019-12-08Merge tag 'nfs-for-5.5-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds11-337/+435
2019-12-07net_sched: validate TCA_KIND attribute in tc_chain_tmplt_add()Eric Dumazet1-1/+7
2019-12-07inet: protect against too small mtu values.Eric Dumazet3-11/+10
2019-12-07gre: refetch erspan header from skb->data after pskb_may_pull()Cong Wang1-1/+1
2019-12-07tcp: md5: fix potential overestimation of TCP option spaceEric Dumazet1-2/+3
2019-12-07net: sched: allow indirect blocks to bind to clsact in TCJohn Hurley1-19/+33