summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2023-01-26icmp: Add counters for rate limitsJamie Bainbridge
2023-01-25inet: Add IP_LOCAL_PORT_RANGE socket optionJakub Sitnicki
2023-01-25net: Kconfig: fix spellosRandy Dunlap
2023-01-25net: ethtool: fix NULL pointer dereference in pause_prepare_data()Vladimir Oltean
2023-01-25net: ethtool: fix NULL pointer dereference in stats_prepare_data()Vladimir Oltean
2023-01-25net/smc: De-tangle ism and smc device initializationStefan Raspl
2023-01-25s390/ism: Consolidate SMC-D-related codeStefan Raspl
2023-01-25net/smc: Separate SMC-D and ISM APIsStefan Raspl
2023-01-25net/smc: Register SMC-D as ISM clientStefan Raspl
2023-01-25net/ism: Add new API for client registrationStefan Raspl
2023-01-25net/smc: Terminate connections prior to device removalStefan Raspl
2023-01-24devlink: remove a dubious assumption in fmsg dumpingJakub Kicinski
2023-01-24ipv6: Make ip6_route_output_flags_noref() static.Guillaume Nault
2023-01-24netlink: fix spelling mistake in dump size assertJakub Kicinski
2023-01-24net: fou: use policy and operation tables generated from the specJakub Kicinski
2023-01-24net: fou: rename the source for linkingJakub Kicinski
2023-01-24act_mirred: use the backlog for nested calls to mirred ingressDavide Caratti
2023-01-24net/sched: act_mirred: better wording on protection against excessive stack g...Davide Caratti
2023-01-23net: dsa: microchip: enable port queues for tc mqprioArun Ramadoss
2023-01-23net: avoid irqsave in skb_defer_free_flushJesper Dangaard Brouer
2023-01-23net: fix kfree_skb_list use of skb_mark_not_on_listJesper Dangaard Brouer
2023-01-23Merge tag 'wireless-next-2023-01-23' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski
2023-01-23ethtool: Add and use ethnl_update_bool.David S. Miller
2023-01-23net: dsa: add plumbing for changing and getting MAC merge layer stateVladimir Oltean
2023-01-23net: ethtool: add helpers for aggregate statisticsVladimir Oltean
2023-01-23net: ethtool: netlink: retrieve stats from multiple sources (eMAC, pMAC)Vladimir Oltean
2023-01-23net: ethtool: add support for MAC Merge layerVladimir Oltean
2023-01-23net/sock: Introduce trace_sk_data_ready()Peilin Ye
2023-01-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-01-20tcp: fix rate_app_limited to default to 1David Morley
2023-01-20net: dcb: add helper functions to retrieve PCP and DSCP rewrite mapsDaniel Machon
2023-01-20net: dcb: add new rewrite tableDaniel Machon
2023-01-20net: dcb: add new common function for set/del of app/rewr entriesDaniel Machon
2023-01-20net: dcb: modify dcb_app_add to take list_head ptr as parameterDaniel Machon
2023-01-19devlink: add instance lock assertion in devl_is_registered()Jiri Pirko
2023-01-19devlink: remove devlink_dump_for_each_instance_get() helperJiri Pirko
2023-01-19devlink: convert reporters dump to devlink_nl_instance_iter_dump()Jiri Pirko
2023-01-19devlink: convert linecards dump to devlink_nl_instance_iter_dump()Jiri Pirko
2023-01-19devlink: remove reporter reference countingJiri Pirko
2023-01-19devlink: remove devl*_port_health_reporter_destroy()Jiri Pirko
2023-01-19devlink: remove reporters_lockJiri Pirko
2023-01-19devlink: protect health reporter operation with instance lockJiri Pirko
2023-01-19devlink: remove linecard reference countingJiri Pirko
2023-01-19devlink: remove linecards lockJiri Pirko
2023-01-19wifi: wireless: deny wireless extensions on MLO-capable devicesJohannes Berg
2023-01-19wifi: wireless: warn on most wireless extension usageJohannes Berg
2023-01-19net/ulp: use consistent error code when blocking ULPPaolo Abeni
2023-01-19wifi: mac80211: drop extra 'e' from ieeee80211... nameJohannes Berg
2023-01-19wifi: cfg80211: Deduplicate certificate loadingLukas Wunner
2023-01-19tcp: avoid the lookup process failing to get sk in ehash tableJason Xing