summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2021-02-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextJakub Kicinski38-230/+388
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-06netfilter: nftables: remove redundant assignment of variable errColin Ian King1-3/+1
2021-02-05netfilter: move handlers to net/ip_vs.hLeon Romanovsky1-12/+0
2021-02-05net/core: move gro function declarations to separate headerLeon Romanovsky2-6/+2
2021-02-05ipv6: move udp declarations to net/udp.hLeon Romanovsky1-2/+1
2021-02-05rxrpc: call udp_tunnel_encap_enable in rxrpc_open_socketXin Long1-5/+2
2021-02-05udp: call udp_encap_enable for v6 sockets when enabling encapXin Long2-1/+9
2021-02-05net: page_pool: simplify page recycling condition testsAlexander Lobakin1-10/+4
2021-02-05net: fix building errors on powerpc when CONFIG_RETPOLINE is not setBrian Vazquez2-4/+4
2021-02-05netlink: add tracepoint at NL_SET_ERR_MSGMarcelo Ricardo Leitner1-0/+8
2021-02-04ethtool: Expose the number of lanes in useDanielle Ratson1-0/+8
2021-02-04ethtool: Get link mode in use instead of speed and duplex parametersDanielle Ratson4-156/+173
2021-02-04ethtool: Extend link modes settings uAPI with lanesDanielle Ratson2-16/+82
2021-02-04ethtool: Validate master slave configuration before rtnl_lock()Danielle Ratson1-8/+19
2021-02-04net: dsa: fix SWITCHDEV_ATTR_ID_BRIDGE_VLAN_FILTERING getting ignoredVladimir Oltean1-1/+9
2021-02-04net: indirect call helpers for ipv4/ipv6 dst_check functionsBrian Vazquez5-8/+28
2021-02-04net: use indirect call helpers for dst_mtuBrian Vazquez2-4/+8
2021-02-04net: use indirect call helpers for dst_outputBrian Vazquez2-0/+2
2021-02-04net: use indirect call helpers for dst_inputBrian Vazquez1-0/+1
2021-02-03inet: do not export inet_gro_{receive|complete}Eric Dumazet1-3/+0
2021-02-03Merge tag 'mac80211-next-for-net-next-2021-02-02' of git://git.kernel.org/pub...Jakub Kicinski3-4/+19
2021-02-03mptcp: add the mibs for ADD_ADDR with portGeliang Tang4-1/+23
2021-02-03mptcp: deal with MPTCP_PM_ADDR_ATTR_PORT in PM netlinkGeliang Tang1-0/+5
2021-02-03mptcp: enable use_port when invoke addresses_equalGeliang Tang1-4/+4
2021-02-03mptcp: add port number check for MP_JOINGeliang Tang3-1/+61
2021-02-03mptcp: add a new helper subflow_req_create_thmacGeliang Tang1-8/+16
2021-02-03mptcp: drop unused skb in subflow_token_join_requestGeliang Tang1-3/+2
2021-02-03mptcp: create the listening socket for new portGeliang Tang4-6/+102
2021-02-03mptcp: send ack for every add_addrGeliang Tang2-8/+5
2021-02-03mptcp: create subflow or signal addr for newly added addressGeliang Tang1-0/+27
2021-02-03mptcp: drop *_max fields in mptcp_pm_dataGeliang Tang4-35/+77
2021-02-03mptcp: use WRITE_ONCE for the pernet *_maxGeliang Tang1-11/+21
2021-02-03net: ipv6: Emit notification when fib hardware flags are changedAmit Cohen3-0/+54
2021-02-03net: ipv4: Emit notification when fib hardware flags are changedAmit Cohen3-0/+38
2021-02-03net: ipv4: Publish fib_nlmsg_size()Amit Cohen2-1/+2
2021-02-03net: ipv4: Pass fib_rt_info as const to fib_dump_info()Amit Cohen2-2/+2
2021-02-03net: fix up truesize of cloned skb in skb_prepare_for_shift()Marco Elver1-1/+13
2021-02-03mptcp: fix length of MP_PRIO suboptionDavide Caratti2-3/+5
2021-02-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski14-88/+154