aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2024-04-25Merge tag 'wireless-next-2024-04-24' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Jakub Kicinski 3-51/+132
2024-04-25tcp: move tcp_skb_cb->sacked flags to enumGravatar Philo Lu 1-9/+13
2024-04-24Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Gravatar Jakub Kicinski 2-2/+4
2024-04-24net: create a dummy net_device allocatorGravatar Breno Leitao 1-0/+3
2024-04-22Merge branch 'for-uring-ubufops' into HEADGravatar Jakub Kicinski 1-8/+13
2024-04-22net: add callback for setting a ubuf_info to skbGravatar Pavel Begunkov 1-0/+2
2024-04-22net: extend ubuf_info callback to ops structureGravatar Pavel Begunkov 1-8/+11
2024-04-22net/mlx5e: Support updating coalescing configuration without resetting channelsGravatar Rahul Rameshbabu 2-4/+6
2024-04-22net/mlx5e: Use DIM constants for CQ period mode parameterGravatar Rahul Rameshbabu 1-2/+2
2024-04-22devlink: extend devlink_param *set pointerGravatar Mateusz Polchlopek 2-2/+4
2024-04-22sysctl: treewide: constify ctl_table_header::ctl_table_argGravatar Thomas Weißschuh 1-1/+1
2024-04-19net_sched: sch_choke: implement lockless choke_dump()Gravatar Eric Dumazet 1-6/+6
2024-04-19wifi: cfg80211: fix cfg80211 function kernel-docGravatar Jeff Johnson 1-29/+82
2024-04-19wifi: iwlwifi: mvm: implement link gradingGravatar Miri Korenblit 1-0/+18
2024-04-18net: pse-pd: Use regulator framework within PSE frameworkGravatar Kory Maincent (Dent Project) 1-4/+11
2024-04-18net: pse-pd: Add support for setup_pi_matrix callbackGravatar Kory Maincent (Dent Project) 1-0/+2
2024-04-18net: pse-pd: Add support for PSE PIsGravatar Kory Maincent (Dent Project) 1-4/+34
2024-04-18net: pse-pd: Introduce PSE types enumerationGravatar Kory Maincent (Dent Project) 2-0/+27
2024-04-18ethtool: Expand Ethernet Power Equipment with c33 (PoE) alongside PoDLGravatar Kory Maincent (Dent Project) 3-0/+55
2024-04-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 18-37/+87
2024-04-18Merge tag 'net-6.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Gravatar Linus Torvalds 4-2/+27
2024-04-18Merge tag 'gpio-fixes-for-v6.9-rc5' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-1/+0
2024-04-17net/sched: Fix mirred deadlock on device recursionGravatar Eric Dumazet 1-0/+1
2024-04-17gpiolib: swnode: Remove wrong header inclusionGravatar Andy Shevchenko 1-1/+0
2024-04-16net: pse-pd: Rectify and adapt the naming of admin_cotrol member of struct ps...Gravatar Kory Maincent (Dent Project) 1-2/+2
2024-04-16af_unix: Try not to hold unix_gc_lock during accept().Gravatar Kuniyuki Iwashima 1-0/+1
2024-04-15Merge tag 'nfsd-6.9-3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Gravatar Linus Torvalds 1-2/+2
2024-04-15net: dqs: make struct dql more cache efficientGravatar Breno Leitao 1-2/+3
2024-04-15net: dql: Optimize stall information populationGravatar Breno Leitao 1-1/+3
2024-04-15net: dql: Separate queue function responsibilitiesGravatar Breno Leitao 1-19/+25
2024-04-15net: dql: Avoid calling BUG() when WARN() is enoughGravatar Breno Leitao 1-1/+2
2024-04-15flow_offload: add control flag checking helpersGravatar Asbjørn Sloth Tønnesen 1-0/+55
2024-04-14Merge tag 'timers-urgent-2024-04-14' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 2-2/+5
2024-04-14Merge tag 'locking-urgent-2024-04-14' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 2-5/+5
2024-04-14Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostGravatar Linus Torvalds 2-9/+13
2024-04-14net: change maximum number of UDP segments to 128Gravatar Yuri Benditovich 1-1/+1
2024-04-12Merge tag 'io_uring-6.9-20240412' of git://git.kernel.dk/linuxGravatar Linus Torvalds 1-1/+1
2024-04-12Merge tag 'drm-fixes-2024-04-12' of https://gitlab.freedesktop.org/drm/kernelGravatar Linus Torvalds 1-0/+7
2024-04-12Merge tag 'nf-24-04-11' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Gravatar David S. Miller 2-1/+25
2024-04-12devlink: add a new info version tagGravatar Fei Qin 1-1/+3
2024-04-12tcp: increase the default TCP scaling ratioGravatar Hechao Li 1-3/+2
2024-04-11net: dsa: allow DSA switch drivers to provide their own phylink mac opsGravatar Russell King (Oracle) 1-0/+5
2024-04-11net: dsa: introduce dsa_phylink_to_port()Gravatar Russell King (Oracle) 1-0/+6
2024-04-11ipv4: Remove RTO_ONLINK.Gravatar Guillaume Nault 1-2/+0
2024-04-11flow_offload: fix flow_offload_has_one_action() kdocGravatar Asbjørn Sloth Tønnesen 1-1/+1
2024-04-11net: mirror skb frag ref/unref helpersGravatar Mina Almasry 1-4/+35
2024-04-11net: move skb ref helpers to new headerGravatar Mina Almasry 2-63/+75
2024-04-11Merge tag 'hyperv-fixes-signed-20240411' of git://git.kernel.org/pub/scm/linu...Gravatar Linus Torvalds 3-12/+22
2024-04-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 24-48/+173
2024-04-12Merge tag 'drm-misc-fixes-2024-04-11' of https://gitlab.freedesktop.org/drm/m...Gravatar Dave Airlie 1-0/+7