summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2021-02-04netlink: add tracepoint at NL_SET_ERR_MSGMarcelo Ricardo Leitner1-0/+8
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
2021-02-02Merge tag 'mac80211-next-for-net-next-2021-02-02' of git://git.kernel.org/pub...Jakub Kicinski3-4/+19
2021-02-02mptcp: add the mibs for ADD_ADDR with portGeliang Tang4-1/+23
2021-02-02mptcp: deal with MPTCP_PM_ADDR_ATTR_PORT in PM netlinkGeliang Tang1-0/+5
2021-02-02mptcp: enable use_port when invoke addresses_equalGeliang Tang1-4/+4
2021-02-02mptcp: add port number check for MP_JOINGeliang Tang3-1/+61
2021-02-02mptcp: add a new helper subflow_req_create_thmacGeliang Tang1-8/+16
2021-02-02mptcp: drop unused skb in subflow_token_join_requestGeliang Tang1-3/+2
2021-02-02mptcp: create the listening socket for new portGeliang Tang4-6/+102
2021-02-02mptcp: send ack for every add_addrGeliang Tang2-8/+5
2021-02-02mptcp: create subflow or signal addr for newly added addressGeliang Tang1-0/+27
2021-02-02mptcp: drop *_max fields in mptcp_pm_dataGeliang Tang4-35/+77
2021-02-02mptcp: use WRITE_ONCE for the pernet *_maxGeliang Tang1-11/+21
2021-02-02net: ipv6: Emit notification when fib hardware flags are changedAmit Cohen3-0/+54
2021-02-02net: ipv4: Emit notification when fib hardware flags are changedAmit Cohen3-0/+38
2021-02-02net: ipv4: Publish fib_nlmsg_size()Amit Cohen2-1/+2
2021-02-02net: ipv4: Pass fib_rt_info as const to fib_dump_info()Amit Cohen2-2/+2
2021-02-02net: fix up truesize of cloned skb in skb_prepare_for_shift()Marco Elver1-1/+13
2021-02-02mptcp: fix length of MP_PRIO suboptionDavide Caratti2-3/+5
2021-02-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski14-88/+154
2021-02-02Merge tag 'net-5.11-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds11-30/+106
2021-02-02net: hsr: align sup_multicast_addr in struct hsr_priv to u16 boundaryAndreas Oetken1-1/+4
2021-02-02net/rds: restrict iovecs length for RDS_CMSG_RDMA_ARGSSabyrzhan Tasbolatov1-0/+3
2021-02-02net: lapb: Copy the skb before sending a packetXie He1-1/+2
2021-02-02Merge tag 'mac80211-for-net-2021-02-02' of git://git.kernel.org/pub/scm/linux...Jakub Kicinski2-2/+6
2021-02-01udp: ipv4: manipulate network header of NATed UDP GRO fraglistDongseok Yi2-6/+65
2021-02-01net: ip_tunnel: fix mtu calculationVadim Fedorenko1-9/+7
2021-02-01vsock: fix the race conditions in multi-transport supportAlexander Popov1-5/+12
2021-02-01cfg80211: fix netdev registration deadlockJohannes Berg1-1/+3
2021-02-01mac80211: fix station rate table updates on assocFelix Fietkau2-2/+6
2021-01-31Merge tag 'nfs-for-5.11-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds3-58/+48
2021-01-30neighbour: Prevent a dead entry from updating gc_listChinmay Agarwal1-3/+4
2021-01-29rxrpc: Fix deadlock around release of dst cached on udp tunnelDavid Howells1-3/+3
2021-01-29net: bridge: add warning comments to avoid extending sysfsNikolay Aleksandrov2-0/+8
2021-01-29net: bridge: mcast: drop hosts limit sysfs supportNikolay Aleksandrov1-26/+0
2021-01-29net: dsa: add a second tagger for Ocelot switches based on tag_8021qVladimir Oltean3-3/+87
2021-01-29net: dsa: allow changing the tag protocol via the "tagging" device attributeVladimir Oltean7-16/+217
2021-01-29net: dsa: keep a copy of the tagging protocol in the DSA switch treeVladimir Oltean1-12/+24
2021-01-29net: dsa: document the existing switch tree notifiers and add a new oneVladimir Oltean3-23/+58
2021-01-29net: dsa: tag_8021q: add helpers to deduce whether a VLAN ID is RX or TX VLANVladimir Oltean1-2/+13