summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net/smc: shorten lgr_cnt initializationUrsula Braun2019-12-151-2/+1
* net: bridge: add STP xstatsVivien Didelot2019-12-144-0/+34
* netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin2019-12-123-3/+3
* ethtool: provide link mode names as a string setMichal Kubecek2019-12-123-0/+97
* ethtool: move string arrays into common fileMichal Kubecek2019-12-124-83/+105
* ethtool: move to its own directoryMichal Kubecek2019-12-124-2/+5
* netlink: rename nl80211_validate_nested() to nla_validate_nested()Michal Kubecek2019-12-121-2/+1
* rtnetlink: provide permanent hardware address in RTM_NEWLINKMichal Kubecek2019-12-121-0/+5
* unix: Show number of pending scm files of receive queue in fdinfoKirill Tkhai2019-12-121-5/+51
* net: Allow to show socket-specific information in /proc/[pid]/fdinfo/[fd]Kirill Tkhai2019-12-121-0/+12
* vsock/virtio: remove loopback handlingStefano Garzarella2019-12-111-59/+2
* vsock: use local transport when it is loadedStefano Garzarella2019-12-111-5/+23
* vsock: add vsock_loopback transportStefano Garzarella2019-12-113-0/+193
* vsock: add local transport support in the vsock coreStefano Garzarella2019-12-111-1/+16
* vsock: add VMADDR_CID_LOCAL definitionStefano Garzarella2019-12-111-1/+1
* vsock/virtio_transport_common: remove unused virtio header includesStefano Garzarella2019-12-111-3/+0
* tcp: Cleanup duplicate initialization of sk->sk_state.Kuniyuki Iwashima2019-12-101-2/+0
* tipc: introduce variable window congestion controlJon Maloy2019-12-109-79/+160
* tipc: eliminate more unnecessary nacks and retransmissionsJon Maloy2019-12-101-1/+5
* tipc: eliminate gap indicator from ACK messagesJon Maloy2019-12-101-5/+9
* net-tcp: Disable TCP ssthresh metrics cache by defaultKevin(Yudong) Yang2019-12-093-4/+19
* sctp: get netns from asoc and ep baseXin Long2019-12-0914-62/+49
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2019-12-0844-208/+324
|\
| * net_sched: validate TCA_KIND attribute in tc_chain_tmplt_add()Eric Dumazet2019-12-071-1/+7
| * inet: protect against too small mtu values.Eric Dumazet2019-12-073-11/+10
| * gre: refetch erspan header from skb->data after pskb_may_pull()Cong Wang2019-12-071-1/+1
| * tcp: md5: fix potential overestimation of TCP option spaceEric Dumazet2019-12-061-2/+3
| * net: sched: allow indirect blocks to bind to clsact in TCJohn Hurley2019-12-061-19/+33
| * net: core: rename indirect block ingress cb functionJohn Hurley2019-12-063-28/+27
| * net-sysfs: Call dev_hold always in netdev_queue_add_kobjectJouni Hogander2019-12-061-2/+5
| * net: dsa: fix flow dissection on Tx pathAlexander Lobakin2019-12-061-2/+3
| * net/tls: Fix return values to avoid ENOTSUPPValentin Vidic2019-12-063-10/+10
| * net: avoid an indirect call in ____sys_recvmsg()Eric Dumazet2019-12-061-1/+6
| * tipc: fix ordering of tipc module init and exit routineTaehee Yoo2019-12-061-14/+15
| * mqprio: Fix out-of-bounds access in mqprio_dumpVladyslav Tarasiuk2019-12-061-1/+1
| * hsr: fix a NULL pointer dereference in hsr_dev_xmit()Taehee Yoo2019-12-051-2/+7
| * net: Fixed updating of ethertype in skb_mpls_push()Martin Varghese2019-12-043-4/+6
| * NFC: NCI: use new `delay` structure for SPI transfer delaysAlexandru Ardelean2019-12-041-2/+4
| * xdp: obtain the mem_id mutex before trying to remove an entry.Jonathan Lemon2019-12-041-4/+4
| * act_ct: support asymmetric conntrackAaron Conole2019-12-041-1/+12
| * openvswitch: support asymmetric conntrackAaron Conole2019-12-041-0/+11
| * net: ipv6_stub: use ip6_dst_lookup_flow instead of ip6_dst_lookupSabrina Dubroca2019-12-045-16/+17
| * net: ipv6: add net argument to ip6_dst_lookup_flowSabrina Dubroca2019-12-0410-18/+18
| * cls_flower: Fix the behavior using port ranges with hw-offloadYoshiki Komachi2019-12-032-61/+94
| * net: sched: fix dump qlen for sch_mq/sch_mqprio with NOLOCK subqueuesDust Li2019-12-032-0/+2
| * tcp: refactor tcp_retransmit_timer()Eric Dumazet2019-12-031-2/+8
| * net/core: Populate VF index in struct ifla_vf_guidDanit Goldberg2019-12-031-1/+3
| * net: bridge: deny dev_set_mac_address() when unregisteringNikolay Aleksandrov2019-12-031-0/+6
| * net: fix a leak in register_netdevice()Dan Carpenter2019-12-031-3/+3
| * Fixed updating of ethertype in function skb_mpls_popMartin Varghese2019-12-023-4/+9