summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2021-02-06net: Introduce {netdev,napi}_alloc_frag_align()Kevin Hao
2021-02-06net: sched: Return the correct errno codeZheng Yongjun
2021-02-06dccp: Return the correct errno codeZheng Yongjun
2021-02-06net: bridge: mcast: Use ERR_CAST instead of ERR_PTR(PTR_ERR())Xu Wang
2021-02-04netfilter: move handlers to net/ip_vs.hLeon Romanovsky
2021-02-04net/core: move gro function declarations to separate headerLeon Romanovsky
2021-02-04ipv6: move udp declarations to net/udp.hLeon Romanovsky
2021-02-04rxrpc: call udp_tunnel_encap_enable in rxrpc_open_socketXin Long
2021-02-04udp: call udp_encap_enable for v6 sockets when enabling encapXin Long
2021-02-04net: page_pool: simplify page recycling condition testsAlexander Lobakin
2021-02-04net: fix building errors on powerpc when CONFIG_RETPOLINE is not setBrian Vazquez
2021-02-04netlink: add tracepoint at NL_SET_ERR_MSGMarcelo Ricardo Leitner
2021-02-03ethtool: Expose the number of lanes in useDanielle Ratson
2021-02-03ethtool: Get link mode in use instead of speed and duplex parametersDanielle Ratson
2021-02-03ethtool: Extend link modes settings uAPI with lanesDanielle Ratson
2021-02-03ethtool: Validate master slave configuration before rtnl_lock()Danielle Ratson
2021-02-03net: dsa: fix SWITCHDEV_ATTR_ID_BRIDGE_VLAN_FILTERING getting ignoredVladimir Oltean
2021-02-03net: indirect call helpers for ipv4/ipv6 dst_check functionsBrian Vazquez
2021-02-03net: use indirect call helpers for dst_mtuBrian Vazquez
2021-02-03net: use indirect call helpers for dst_outputBrian Vazquez
2021-02-03net: use indirect call helpers for dst_inputBrian Vazquez
2021-02-02inet: do not export inet_gro_{receive|complete}Eric Dumazet
2021-02-02Merge tag 'mac80211-next-for-net-next-2021-02-02' of git://git.kernel.org/pub...Jakub Kicinski
2021-02-02mptcp: add the mibs for ADD_ADDR with portGeliang Tang
2021-02-02mptcp: deal with MPTCP_PM_ADDR_ATTR_PORT in PM netlinkGeliang Tang
2021-02-02mptcp: enable use_port when invoke addresses_equalGeliang Tang
2021-02-02mptcp: add port number check for MP_JOINGeliang Tang
2021-02-02mptcp: add a new helper subflow_req_create_thmacGeliang Tang
2021-02-02mptcp: drop unused skb in subflow_token_join_requestGeliang Tang
2021-02-02mptcp: create the listening socket for new portGeliang Tang
2021-02-02mptcp: send ack for every add_addrGeliang Tang
2021-02-02mptcp: create subflow or signal addr for newly added addressGeliang Tang
2021-02-02mptcp: drop *_max fields in mptcp_pm_dataGeliang Tang
2021-02-02mptcp: use WRITE_ONCE for the pernet *_maxGeliang Tang
2021-02-02net: ipv6: Emit notification when fib hardware flags are changedAmit Cohen
2021-02-02net: ipv4: Emit notification when fib hardware flags are changedAmit Cohen
2021-02-02net: ipv4: Publish fib_nlmsg_size()Amit Cohen
2021-02-02net: ipv4: Pass fib_rt_info as const to fib_dump_info()Amit Cohen
2021-02-02net: fix up truesize of cloned skb in skb_prepare_for_shift()Marco Elver
2021-02-02mptcp: fix length of MP_PRIO suboptionDavide Caratti
2021-02-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-02-02Merge tag 'net-5.11-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2021-02-02net: hsr: align sup_multicast_addr in struct hsr_priv to u16 boundaryAndreas Oetken
2021-02-02net/rds: restrict iovecs length for RDS_CMSG_RDMA_ARGSSabyrzhan Tasbolatov
2021-02-02net: lapb: Copy the skb before sending a packetXie He
2021-02-02Merge tag 'mac80211-for-net-2021-02-02' of git://git.kernel.org/pub/scm/linux...Jakub Kicinski
2021-02-01udp: ipv4: manipulate network header of NATed UDP GRO fraglistDongseok Yi
2021-02-01net: ip_tunnel: fix mtu calculationVadim Fedorenko
2021-02-01vsock: fix the race conditions in multi-transport supportAlexander Popov
2021-02-01cfg80211: fix netdev registration deadlockJohannes Berg