summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
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-19net/ulp: use consistent error code when blocking ULPPaolo Abeni
2023-01-19tcp: avoid the lookup process failing to get sk in ehash tableJason Xing
2023-01-18net: sched: gred: prevent races when adding offloads to statsJakub Kicinski
2023-01-18Merge tag 'wireless-2023-01-18' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski
2023-01-18l2tp: prevent lockdep issue in l2tp_tunnel_register()Eric Dumazet
2023-01-18xdp: document xdp_do_flush() before napi_complete_done()Magnus Karlsson
2023-01-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfDavid S. Miller
2023-01-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-nextDavid S. Miller
2023-01-18ipv6: Remove extra counter pull before gcTanmay Bhushan
2023-01-18netfilter: nf_tables: add support to destroy operationFernando Fernandez Mancera
2023-01-18netfilter: nf_tables: avoid retpoline overhead for some ct expression callsFlorian Westphal
2023-01-18netfilter: nf_tables: avoid retpoline overhead for objref callsFlorian Westphal
2023-01-18netfilter: nf_tables: add static key to skip retpoline workaroundsFlorian Westphal
2023-01-18netfilter: ip_tables: remove clusterip targetFlorian Westphal
2023-01-18netfilter: conntrack: move rcu read lock to nf_conntrack_find_getFlorian Westphal
2023-01-18netfilter: conntrack: avoid reload of ct->statusFlorian Westphal
2023-01-18netfilter: conntrack: remove pr_debug callsFlorian Westphal
2023-01-18netfilter: conntrack: sctp: use nf log infrastructure for invalid packetsFlorian Westphal
2023-01-17Bluetooth: Fix possible deadlock in rfcomm_sk_state_changeYing Hsu
2023-01-17Bluetooth: ISO: Fix possible circular locking dependencyLuiz Augusto von Dentz
2023-01-17Bluetooth: hci_event: Fix Invalid wait contextLuiz Augusto von Dentz
2023-01-17Bluetooth: ISO: Fix possible circular locking dependencyLuiz Augusto von Dentz
2023-01-17Bluetooth: hci_sync: fix memory leak in hci_update_adv_data()Zhengchao Shao
2023-01-17Bluetooth: hci_conn: Fix memory leaksZhengchao Shao
2023-01-17Bluetooth: hci_sync: Fix use HCI_OP_LE_READ_BUFFER_SIZE_V2Luiz Augusto von Dentz
2023-01-17Bluetooth: Fix a buffer overflow in mgmt_mesh_add()Harshit Mogalapalli
2023-01-17netfilter: conntrack: handle tcp challenge acks during connection reuseFlorian Westphal
2023-01-17inet: fix fast path in __inet_hash_connect()Pietro Borrello
2023-01-17net: kfree_skb_list use kmem_cache_free_bulkJesper Dangaard Brouer
2023-01-17net: fix call location in kfree_skb_list_reasonJesper Dangaard Brouer
2023-01-17devlink: remove some unnecessary codeDan Carpenter
2023-01-17sched: add new attr TCA_EXT_WARN_MSG to report tc extact messageHangbin Liu
2023-01-16Revert "wifi: mac80211: fix memory leak in ieee80211_if_add()"Eric Dumazet