summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2022-12-09net: openvswitch: Add support to count upcall packetswangchuanlei1-0/+14
2022-12-09rhashtable: Allow rhashtable to be used from irq-safe contextsTejun Heo1-25/+36
2022-12-09net/sched: add retpoline wrapper for tcPedro Tammela1-0/+251
2022-12-09net/sched: move struct action_ops definition out of ifdefPedro Tammela1-5/+5
2022-12-09net_tstamp: add SOF_TIMESTAMPING_OPT_ID_TCPWillem de Bruijn2-4/+5
2022-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski11-18/+82
2022-12-09Merge tag 'net-6.1-rc9' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2-4/+11
2022-12-08memcg: Fix possible use-after-free in memcg_write_event_control()Tejun Heo1-0/+1
2022-12-08devlink: Expose port function commands to control migratableShay Drory2-0/+24
2022-12-08net/mlx5: Add generic getters for other functions capsShay Drory1-0/+2
2022-12-08devlink: Expose port function commands to control RoCEShay Drory2-0/+28
2022-12-08net/mlx5: Introduce IFC bits for migratableYishai Hadas1-1/+5
2022-12-08Merge tag 'ieee802154-for-net-next-2022-12-05' of git://git.kernel.org/pub/sc...Jakub Kicinski2-0/+61
2022-12-07fscache: Fix oops due to race with cookie_lru and use_cookieDave Wysochanski1-0/+2
2022-12-07net: ethernet: mtk_wed: add reset to rx_ring_setup callbackLorenzo Bianconi1-4/+4
2022-12-06ethtool: add netlink based get rss supportSudheer Mogilappagari1-0/+14
2022-12-05Merge tag 'rxrpc-next-20221201-b' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller2-117/+371
2022-12-05net: stmmac: Power up SERDES after the PHY linkRevanth Kumar Uppala1-0/+1
2022-12-04net: add netdev_sw_irq_coalesce_default_on()Heiner Kallweit1-0/+1
2022-12-03Merge tag 'wireless-next-2022-12-02' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski4-13/+38
2022-12-03Merge tag 'mmc-v6.1-rc5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/u...Linus Torvalds1-1/+1
2022-12-03Merge tag 'mm-hotfixes-stable-2022-12-02' of git://git.kernel.org/pub/scm/lin...Linus Torvalds5-12/+59
2022-12-03Bluetooth: Remove codec id field in vendor codec definitionChethan T N1-1/+0
2022-12-03Bluetooth: btusb: Fix CSR clones again by re-adding ERR_DATA_REPORTING quirkIsmael Ferreras Morezuelas1-0/+11
2022-12-02sctp: delete free member from struct sctp_sched_opsXin Long1-2/+0
2022-12-02mptcp: add pm listener eventsGeliang Tang1-0/+9
2022-12-02net/tcp: Disable TCP-MD5 static key on tcp_md5sig_info destructionDmitry Safonov1-3/+7
2022-12-02jump_label: Prevent key->enabled int overflowDmitry Safonov1-4/+17
2022-12-01wifi: mac80211: add support for restricting netdev features per vifFelix Fietkau2-6/+15
2022-12-01rxrpc: Transmit ACKs at the point of generationDavid Howells1-3/+0
2022-12-01rxrpc: Trace/count transmission underflows and cwnd resetsDavid Howells1-0/+38
2022-12-01rxrpc: Make the I/O thread take over the call and local processor workDavid Howells1-22/+20
2022-12-01rxrpc: Simplify skbuff accounting in receive pathDavid Howells1-1/+2
2022-12-01rxrpc: Move DATA transmission into call processor work itemDavid Howells1-1/+5
2022-12-01rxrpc: Copy client call parameters into rxrpc_call earlierDavid Howells1-0/+3
2022-12-01rxrpc: Implement a mechanism to send an event notification to a callDavid Howells1-0/+52
2022-12-01rxrpc: Don't hold a ref for connection workqueueDavid Howells1-6/+5
2022-12-01rxrpc: Don't hold a ref for call timer or workqueueDavid Howells1-5/+1
2022-12-01rxrpc: trace: Don't use __builtin_return_address for sk_buff tracingDavid Howells1-24/+33
2022-12-01rxrpc: Trace rxrpc_bundle refcountDavid Howells1-0/+34
2022-12-01rxrpc: trace: Don't use __builtin_return_address for rxrpc_call tracingDavid Howells1-34/+49
2022-12-01rxrpc: trace: Don't use __builtin_return_address for rxrpc_conn tracingDavid Howells1-21/+37
2022-12-01rxrpc: trace: Don't use __builtin_return_address for rxrpc_peer tracingDavid Howells1-17/+26
2022-12-01rxrpc: trace: Don't use __builtin_return_address for rxrpc_local tracingDavid Howells1-13/+36
2022-12-01rxrpc: Remove the [k_]proto() debugging macrosDavid Howells1-0/+60
2022-12-01rxrpc: Remove decl for rxrpc_kernel_call_is_complete()David Howells1-1/+0
2022-12-01rxrpc: Implement an in-kernel rxperf server for testing purposesDavid Howells1-0/+1
2022-12-01wifi: cfg80211: Correct example of ieee80211_iface_limitPhilipp Hortmann1-1/+1
2022-12-01wifi: ieee80211: Do not open-code qos address offsetsKees Cook1-6/+22
2022-12-01inet: ping: use hlist_nulls rcu iterator during lookupFlorian Westphal1-3/+0