summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2023-01-27net: add missing includes of linux/sched/clock.hJakub Kicinski2-0/+2
2023-01-27net: skbuff: drop the linux/textsearch.h includeJakub Kicinski1-0/+1
2023-01-27xfrm: extend add state callback to set failure reasonLeon Romanovsky2-5/+3
2023-01-27xfrm: extend add policy callback to set failure reasonLeon Romanovsky1-2/+1
2023-01-26mptcp: userspace pm: use a single point of exitMatthieu Baerts1-2/+3
2023-01-26mptcp: propagate sk_ipv6only to subflowsMatthieu Baerts1-0/+1
2023-01-26mptcp: let the in-kernel PM use mixed IPv4 and IPv6 addressesPaolo Abeni1-27/+31
2023-01-26icmp: Add counters for rate limitsJamie Bainbridge4-3/+13
2023-01-26inet: Add IP_LOCAL_PORT_RANGE socket optionJakub Sitnicki5-5/+44
2023-01-26net: Kconfig: fix spellosRandy Dunlap2-2/+2
2023-01-25net: ethtool: fix NULL pointer dereference in pause_prepare_data()Vladimir Oltean1-1/+1
2023-01-25net: ethtool: fix NULL pointer dereference in stats_prepare_data()Vladimir Oltean1-1/+1
2023-01-25net/smc: De-tangle ism and smc device initializationStefan Raspl4-63/+39
2023-01-25s390/ism: Consolidate SMC-D-related codeStefan Raspl1-24/+39
2023-01-25net/smc: Separate SMC-D and ISM APIsStefan Raspl3-6/+14
2023-01-25net/smc: Register SMC-D as ISM clientStefan Raspl4-26/+68
2023-01-25net/ism: Add new API for client registrationStefan Raspl1-2/+2
2023-01-25net/smc: Terminate connections prior to device removalStefan Raspl1-2/+2
2023-01-25devlink: remove a dubious assumption in fmsg dumpingJakub Kicinski1-1/+1
2023-01-25ipv6: Make ip6_route_output_flags_noref() static.Guillaume Nault1-4/+4
2023-01-25netlink: fix spelling mistake in dump size assertJakub Kicinski2-2/+2
2023-01-24net: fou: use policy and operation tables generated from the specJakub Kicinski4-41/+81
2023-01-24net: fou: rename the source for linkingJakub Kicinski2-0/+1
2023-01-24act_mirred: use the backlog for nested calls to mirred ingressDavide Caratti1-0/+7
2023-01-24net/sched: act_mirred: better wording on protection against excessive stack g...Davide Caratti1-8/+8
2023-01-24net: dsa: microchip: enable port queues for tc mqprioArun Ramadoss1-0/+15
2023-01-24net: avoid irqsave in skb_defer_free_flushJesper Dangaard Brouer1-3/+2
2023-01-24net: fix kfree_skb_list use of skb_mark_not_on_listJesper Dangaard Brouer1-2/+0
2023-01-24Merge tag 'wireless-next-2023-01-23' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski15-91/+140
2023-01-23ethtool: Add and use ethnl_update_bool.David S. Miller2-1/+27
2023-01-23net: dsa: add plumbing for changing and getting MAC merge layer stateVladimir Oltean1-0/+37
2023-01-23net: ethtool: add helpers for aggregate statisticsVladimir Oltean1-0/+127
2023-01-23net: ethtool: netlink: retrieve stats from multiple sources (eMAC, pMAC)Vladimir Oltean5-3/+99
2023-01-23net: ethtool: add support for MAC Merge layerVladimir Oltean4-2/+280
2023-01-23net/sock: Introduce trace_sk_data_ready()Peilin Ye19-0/+62
2023-01-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski36-330/+396
2023-01-20tcp: fix rate_app_limited to default to 1David Morley1-0/+2
2023-01-20net: dcb: add helper functions to retrieve PCP and DSCP rewrite mapsDaniel Machon1-0/+52
2023-01-20net: dcb: add new rewrite tableDaniel Machon1-1/+112
2023-01-20net: dcb: add new common function for set/del of app/rewr entriesDaniel Machon1-55/+45
2023-01-20net: dcb: modify dcb_app_add to take list_head ptr as parameterDaniel Machon1-4/+5
2023-01-20devlink: add instance lock assertion in devl_is_registered()Jiri Pirko1-3/+1
2023-01-20devlink: remove devlink_dump_for_each_instance_get() helperJiri Pirko2-12/+4
2023-01-20devlink: convert reporters dump to devlink_nl_instance_iter_dump()Jiri Pirko3-49/+40
2023-01-20devlink: convert linecards dump to devlink_nl_instance_iter_dump()Jiri Pirko3-36/+30
2023-01-20devlink: remove reporter reference countingJiri Pirko1-83/+30
2023-01-20devlink: remove devl*_port_health_reporter_destroy()Jiri Pirko1-33/+2
2023-01-20devlink: remove reporters_lockJiri Pirko3-47/+9
2023-01-20devlink: protect health reporter operation with instance lockJiri Pirko1-22/+77
2023-01-20devlink: remove linecard reference countingJiri Pirko3-18/+2