aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
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-19devlink: add instance lock assertion in devl_is_registered()Jiri Pirko1-3/+1
2023-01-19devlink: remove devlink_dump_for_each_instance_get() helperJiri Pirko2-12/+4
2023-01-19devlink: convert reporters dump to devlink_nl_instance_iter_dump()Jiri Pirko3-49/+40
2023-01-19devlink: convert linecards dump to devlink_nl_instance_iter_dump()Jiri Pirko3-36/+30
2023-01-19devlink: remove reporter reference countingJiri Pirko1-83/+30
2023-01-19devlink: remove devl*_port_health_reporter_destroy()Jiri Pirko1-33/+2
2023-01-19devlink: remove reporters_lockJiri Pirko3-47/+9
2023-01-19devlink: protect health reporter operation with instance lockJiri Pirko1-22/+77
2023-01-19devlink: remove linecard reference countingJiri Pirko3-18/+2
2023-01-19devlink: remove linecards lockJiri Pirko3-30/+13
2023-01-19net/ulp: use consistent error code when blocking ULPPaolo Abeni1-1/+1
2023-01-19tcp: avoid the lookup process failing to get sk in ehash tableJason Xing2-6/+19
2023-01-18net: sched: gred: prevent races when adding offloads to statsJakub Kicinski1-0/+2
2023-01-18Merge tag 'wireless-2023-01-18' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski1-1/+0
2023-01-18l2tp: prevent lockdep issue in l2tp_tunnel_register()Eric Dumazet1-3/+2
2023-01-18xdp: document xdp_do_flush() before napi_complete_done()Magnus Karlsson1-3/+7
2023-01-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfDavid S. Miller1-0/+15
2023-01-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-nextDavid S. Miller14-1062/+272
2023-01-18ipv6: Remove extra counter pull before gcTanmay Bhushan1-4/+0
2023-01-18netfilter: nf_tables: add support to destroy operationFernando Fernandez Mancera1-8/+103
2023-01-18netfilter: nf_tables: avoid retpoline overhead for some ct expression callsFlorian Westphal4-12/+92
2023-01-18netfilter: nf_tables: avoid retpoline overhead for objref callsFlorian Westphal2-6/+8
2023-01-18netfilter: nf_tables: add static key to skip retpoline workaroundsFlorian Westphal1-1/+29
2023-01-18netfilter: ip_tables: remove clusterip targetFlorian Westphal3-944/+0
2023-01-18netfilter: conntrack: move rcu read lock to nf_conntrack_find_getFlorian Westphal1-8/+9
2023-01-18netfilter: conntrack: avoid reload of ct->statusFlorian Westphal2-8/+11
2023-01-18netfilter: conntrack: remove pr_debug callsFlorian Westphal3-44/+5
2023-01-18netfilter: conntrack: sctp: use nf log infrastructure for invalid packetsFlorian Westphal1-31/+15
2023-01-17Bluetooth: Fix possible deadlock in rfcomm_sk_state_changeYing Hsu1-1/+6
2023-01-17Bluetooth: ISO: Fix possible circular locking dependencyLuiz Augusto von Dentz1-3/+0
2023-01-17Bluetooth: hci_event: Fix Invalid wait contextLuiz Augusto von Dentz1-1/+4
2023-01-17Bluetooth: ISO: Fix possible circular locking dependencyLuiz Augusto von Dentz1-35/+26
2023-01-17Bluetooth: hci_sync: fix memory leak in hci_update_adv_data()Zhengchao Shao1-10/+3
2023-01-17Bluetooth: hci_conn: Fix memory leaksZhengchao Shao1-4/+14
2023-01-17Bluetooth: hci_sync: Fix use HCI_OP_LE_READ_BUFFER_SIZE_V2Luiz Augusto von Dentz1-3/+3
2023-01-17Bluetooth: Fix a buffer overflow in mgmt_mesh_add()Harshit Mogalapalli1-1/+1
2023-01-17netfilter: conntrack: handle tcp challenge acks during connection reuseFlorian Westphal1-0/+15
2023-01-17inet: fix fast path in __inet_hash_connect()Pietro Borrello1-11/+1
2023-01-17net: kfree_skb_list use kmem_cache_free_bulkJesper Dangaard Brouer1-1/+39