summaryrefslogtreecommitdiffstats
path: root/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* net/core: move gro function declarations to separate headerLeon Romanovsky2021-02-052-6/+2
* ipv6: move udp declarations to net/udp.hLeon Romanovsky2021-02-051-2/+1
* rxrpc: call udp_tunnel_encap_enable in rxrpc_open_socketXin Long2021-02-051-5/+2
* udp: call udp_encap_enable for v6 sockets when enabling encapXin Long2021-02-052-1/+9
* net: page_pool: simplify page recycling condition testsAlexander Lobakin2021-02-051-10/+4
* net: fix building errors on powerpc when CONFIG_RETPOLINE is not setBrian Vazquez2021-02-052-4/+4
* netlink: add tracepoint at NL_SET_ERR_MSGMarcelo Ricardo Leitner2021-02-051-0/+8
* ethtool: Expose the number of lanes in useDanielle Ratson2021-02-041-0/+8
* ethtool: Get link mode in use instead of speed and duplex parametersDanielle Ratson2021-02-044-156/+173
* ethtool: Extend link modes settings uAPI with lanesDanielle Ratson2021-02-042-16/+82
* ethtool: Validate master slave configuration before rtnl_lock()Danielle Ratson2021-02-041-8/+19
* net: dsa: fix SWITCHDEV_ATTR_ID_BRIDGE_VLAN_FILTERING getting ignoredVladimir Oltean2021-02-041-1/+9
* net: indirect call helpers for ipv4/ipv6 dst_check functionsBrian Vazquez2021-02-035-8/+28
* net: use indirect call helpers for dst_mtuBrian Vazquez2021-02-032-4/+8
* net: use indirect call helpers for dst_outputBrian Vazquez2021-02-032-0/+2
* net: use indirect call helpers for dst_inputBrian Vazquez2021-02-031-0/+1
* inet: do not export inet_gro_{receive|complete}Eric Dumazet2021-02-031-3/+0
* Merge tag 'mac80211-next-for-net-next-2021-02-02' of git://git.kernel.org/pub...Jakub Kicinski2021-02-033-4/+19
|\
| * cfg80211: fix netdev registration deadlockJohannes Berg2021-02-011-1/+3
| * cfg80211: call cfg80211_destroy_ifaces() with wiphy lock heldJohannes Berg2021-01-281-0/+3
| * wext: call cfg80211_set_encryption() with wiphy lock heldJohannes Berg2021-01-281-1/+6
| * wext: call cfg80211_change_iface() with wiphy lock heldJohannes Berg2021-01-281-1/+6
| * nl80211: call cfg80211_dev_rename() under RTNLJohannes Berg2021-01-281-1/+1
* | mptcp: add the mibs for ADD_ADDR with portGeliang Tang2021-02-034-1/+23
* | mptcp: deal with MPTCP_PM_ADDR_ATTR_PORT in PM netlinkGeliang Tang2021-02-031-0/+5
* | mptcp: enable use_port when invoke addresses_equalGeliang Tang2021-02-031-4/+4
* | mptcp: add port number check for MP_JOINGeliang Tang2021-02-033-1/+61
* | mptcp: add a new helper subflow_req_create_thmacGeliang Tang2021-02-031-8/+16
* | mptcp: drop unused skb in subflow_token_join_requestGeliang Tang2021-02-031-3/+2
* | mptcp: create the listening socket for new portGeliang Tang2021-02-034-6/+102
* | mptcp: send ack for every add_addrGeliang Tang2021-02-032-8/+5
* | mptcp: create subflow or signal addr for newly added addressGeliang Tang2021-02-031-0/+27
* | mptcp: drop *_max fields in mptcp_pm_dataGeliang Tang2021-02-034-35/+77
* | mptcp: use WRITE_ONCE for the pernet *_maxGeliang Tang2021-02-031-11/+21
* | net: ipv6: Emit notification when fib hardware flags are changedAmit Cohen2021-02-033-0/+54
* | net: ipv4: Emit notification when fib hardware flags are changedAmit Cohen2021-02-033-0/+38
* | net: ipv4: Publish fib_nlmsg_size()Amit Cohen2021-02-032-1/+2
* | net: ipv4: Pass fib_rt_info as const to fib_dump_info()Amit Cohen2021-02-032-2/+2
* | net: fix up truesize of cloned skb in skb_prepare_for_shift()Marco Elver2021-02-031-1/+13
* | mptcp: fix length of MP_PRIO suboptionDavide Caratti2021-02-032-3/+5
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-02-0214-88/+154
|\ \
| * \ Merge tag 'net-5.11-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-02-0211-30/+106
| |\ \
| | * | net: hsr: align sup_multicast_addr in struct hsr_priv to u16 boundaryAndreas Oetken2021-02-021-1/+4
| | * | net/rds: restrict iovecs length for RDS_CMSG_RDMA_ARGSSabyrzhan Tasbolatov2021-02-021-0/+3
| | * | net: lapb: Copy the skb before sending a packetXie He2021-02-021-1/+2
| | * | Merge tag 'mac80211-for-net-2021-02-02' of git://git.kernel.org/pub/scm/linux...Jakub Kicinski2021-02-022-2/+6
| | |\ \
| | | * | mac80211: fix station rate table updates on assocFelix Fietkau2021-02-012-2/+6
| | * | | udp: ipv4: manipulate network header of NATed UDP GRO fraglistDongseok Yi2021-02-022-6/+65
| | * | | net: ip_tunnel: fix mtu calculationVadim Fedorenko2021-02-021-9/+7
| | * | | vsock: fix the race conditions in multi-transport supportAlexander Popov2021-02-021-5/+12
| | |/ /