aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-02-09net: add sysfs attribute to control napi threaded modeWei Wang2-2/+86
2021-02-09net: implement threaded-able napi poll loop supportWei Wang1-0/+112
2021-02-09net: 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/klassert/ipsec-nextDavid S. Miller4-4/+12
2021-02-08IPv6: Extend 'fib_notify_on_flag_change' sysctlAmit Cohen2-1/+7
2021-02-08IPv6: Add "offload failed" indication to routesAmit Cohen1-2/+6
2021-02-08IPv4: Extend 'fib_notify_on_flag_change' sysctlAmit Cohen2-1/+7
2021-02-08IPv4: Add "offload failed" indication to routesAmit Cohen4-2/+12
2021-02-08net: bridge: use switchdev for port flags set through sysfs tooVladimir Oltean1-3/+6
2021-02-08rxrpc: use udp tunnel APIs instead of open code in rxrpc_open_socketXin Long1-45/+24
2021-02-08net-sysfs: Add rtnl locking for getting Tx queue traffic classAlexander Duyck1-3/+10
2021-02-08seg6: 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-mergeJakub Kicinski55-63/+64
2021-02-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextJakub Kicinski38-230/+388
2021-02-06net/packet: Improve the comment about LL header visibility criteriaXie He1-2/+2
2021-02-06net: dsa: make assisted_learning_on_cpu_port bypass offloaded LAG interfacesVladimir Oltean2-0/+21
2021-02-06Revert "net: ipv4: handle DSA enabled master network devices"Vladimir Oltean1-4/+17
2021-02-06Revert "net: Have netpoll bring-up DSA management interface"Vladimir Oltean1-18/+4
2021-02-06net: dsa: automatically bring user ports down when master goes downVladimir Oltean1-0/+24
2021-02-06net: dsa: automatically bring up DSA master when opening user portVladimir Oltean1-2/+5
2021-02-06mptcp: 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-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-06netfilter: nftables: remove redundant assignment of variable errColin Ian King1-3/+1
2021-02-05batman-adv: Start new development cycleSimon Wunderlich1-1/+1
2021-02-04netfilter: move handlers to net/ip_vs.hLeon Romanovsky1-12/+0
2021-02-04net/core: move gro function declarations to separate headerLeon Romanovsky2-6/+2
2021-02-04ipv6: move udp declarations to net/udp.hLeon Romanovsky1-2/+1
2021-02-04rxrpc: call udp_tunnel_encap_enable in rxrpc_open_socketXin Long1-5/+2
2021-02-04udp: call udp_encap_enable for v6 sockets when enabling encapXin Long2-1/+9
2021-02-04net: page_pool: simplify page recycling condition testsAlexander Lobakin1-10/+4
2021-02-04net: fix building errors on powerpc when CONFIG_RETPOLINE is not setBrian Vazquez2-4/+4
2021-02-04netlink: add tracepoint at NL_SET_ERR_MSGMarcelo Ricardo Leitner1-0/+8
2021-02-04xfrm: Return the correct errno codeZheng Yongjun1-1/+1
2021-02-04esp: Simplify the calculation of variablesJiapeng Chong1-1/+1
2021-02-03ethtool: Expose the number of lanes in useDanielle Ratson1-0/+8
2021-02-03ethtool: Get link mode in use instead of speed and duplex parametersDanielle Ratson4-156/+173
2021-02-03ethtool: Extend link modes settings uAPI with lanesDanielle Ratson2-16/+82
2021-02-03ethtool: Validate master slave configuration before rtnl_lock()Danielle Ratson1-8/+19
2021-02-03net: dsa: fix SWITCHDEV_ATTR_ID_BRIDGE_VLAN_FILTERING getting ignoredVladimir Oltean1-1/+9
2021-02-03net: indirect call helpers for ipv4/ipv6 dst_check functionsBrian Vazquez5-8/+28
2021-02-03net: use indirect call helpers for dst_mtuBrian Vazquez2-4/+8
2021-02-03net: use indirect call helpers for dst_outputBrian Vazquez2-0/+2
2021-02-03net: use indirect call helpers for dst_inputBrian Vazquez1-0/+1
2021-02-02inet: do not export inet_gro_{receive|complete}Eric Dumazet1-3/+0