summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2021-02-12net: hsr: generate supervision frame without HSR/PRP tagGeorge McCollister2-33/+14
2021-02-12tcp: add some entropy in __inet_hash_connect()Eric Dumazet1-0/+5
2021-02-12tcp: change source port randomizarion at connect() timeEric Dumazet1-3/+17
2021-02-11rxrpc: Fix missing dependency on NET_UDP_TUNNELDavid Howells1-0/+1
2021-02-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller18-66/+111
2021-02-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds17-63/+107
2021-02-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2-14/+17
2021-02-10vsock: fix locking in vsock_shutdown()Stefano Garzarella2-7/+5
2021-02-10net: add sysfs attribute to control napi threaded modeWei Wang2-2/+86
2021-02-10net: implement threaded-able napi poll loop supportWei Wang1-0/+112
2021-02-10net: extract napi poll functionality to __napi_poll()Felix Fietkau1-12/+24
2021-02-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller4-4/+12
2021-02-09IPv6: Extend 'fib_notify_on_flag_change' sysctlAmit Cohen2-1/+7
2021-02-09IPv6: Add "offload failed" indication to routesAmit Cohen1-2/+6
2021-02-09IPv4: Extend 'fib_notify_on_flag_change' sysctlAmit Cohen2-1/+7
2021-02-09IPv4: Add "offload failed" indication to routesAmit Cohen4-2/+12
2021-02-09bridge: mrp: Fix the usage of br_mrp_port_switchdev_set_stateHoratiu Vultur3-9/+10
2021-02-09netfilter: nftables: relax check for stateful expressions in set definitionPablo Neira Ayuso1-13/+15
2021-02-09net: bridge: use switchdev for port flags set through sysfs tooVladimir Oltean1-3/+6
2021-02-09rxrpc: use udp tunnel APIs instead of open code in rxrpc_open_socketXin Long1-45/+24
2021-02-09net-sysfs: Add rtnl locking for getting Tx queue traffic classAlexander Duyck1-3/+10
2021-02-09netfilter: conntrack: skip identical origin tuple in same zone onlyFlorian Westphal1-1/+2
2021-02-09vsock/virtio: update credit only if socket is not closedStefano Garzarella1-2/+2
2021-02-09seg6: fool-proof the processing of SRv6 behavior attributesAndrea Mayer1-28/+39
2021-02-08Merge tag 'batadv-next-pullrequest-20210208' of git://git.open-mesh.org/linux...Jakub Kicinski55-63/+64
2021-02-08net: fix iteration for sctp transport seq_filesNeilBrown1-4/+12
2021-02-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextJakub Kicinski38-230/+388
2021-02-07net/vmw_vsock: improve locking in vsock_connect_timeout()Norbert Slusarek1-4/+1
2021-02-07net/vmw_vsock: fix NULL pointer dereferenceNorbert Slusarek1-1/+1
2021-02-07net/packet: Improve the comment about LL header visibility criteriaXie He1-2/+2
2021-02-07net: dsa: make assisted_learning_on_cpu_port bypass offloaded LAG interfacesVladimir Oltean2-0/+21
2021-02-07Revert "net: ipv4: handle DSA enabled master network devices"Vladimir Oltean1-4/+17
2021-02-07Revert "net: Have netpoll bring-up DSA management interface"Vladimir Oltean1-18/+4
2021-02-07net: dsa: automatically bring user ports down when master goes downVladimir Oltean1-0/+24
2021-02-07net: dsa: automatically bring up DSA master when opening user portVladimir Oltean1-2/+5
2021-02-07mptcp: pm: add lockdep assertionsFlorian Westphal4-0/+24
2021-02-06net: Introduce {netdev,napi}_alloc_frag_align()Kevin Hao1-16/+10
2021-02-06net: sched: Return the correct errno codeZheng Yongjun1-1/+1
2021-02-06dccp: Return the correct errno codeZheng Yongjun1-1/+1
2021-02-06net: bridge: mcast: Use ERR_CAST instead of ERR_PTR(PTR_ERR())Xu Wang1-1/+1
2021-02-06Merge tag 'wireless-drivers-2021-02-05' of git://git.kernel.org/pub/scm/linux...Jakub Kicinski1-1/+1
2021-02-06batman-adv: Fix names for kernel-doc blocksSven Eckelmann5-6/+7
2021-02-06batman-adv: Avoid sizeof on flexible structureSven Eckelmann1-1/+1
2021-02-06batman-adv: Drop publication years from copyright infoSven Eckelmann55-55/+55
2021-02-06net: gro: do not keep too many GRO packets in napi->rx_listEric Dumazet1-5/+6
2021-02-06netfilter: nftables: remove redundant assignment of variable errColin Ian King1-3/+1
2021-02-05Merge tag 'nfsd-5.11-3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds1-3/+4
2021-02-05batman-adv: Start new development cycleSimon Wunderlich1-1/+1
2021-02-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfJakub Kicinski3-10/+31
2021-02-05net: dsa: call teardown method on probe failureVladimir Oltean1-2/+5