summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* sysctl: treewide: constify ctl_table_header::ctl_table_argThomas Weißschuh2024-04-221-1/+1
* net_sched: sch_choke: implement lockless choke_dump()Eric Dumazet2024-04-191-6/+6
* net: pse-pd: Use regulator framework within PSE frameworkKory Maincent (Dent Project)2024-04-191-4/+11
* net: pse-pd: Add support for setup_pi_matrix callbackKory Maincent (Dent Project)2024-04-191-0/+2
* net: pse-pd: Add support for PSE PIsKory Maincent (Dent Project)2024-04-191-4/+34
* net: pse-pd: Introduce PSE types enumerationKory Maincent (Dent Project)2024-04-192-0/+27
* ethtool: Expand Ethernet Power Equipment with c33 (PoE) alongside PoDLKory Maincent (Dent Project)2024-04-193-0/+55
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-04-1818-37/+87
|\
| * Merge tag 'net-6.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2024-04-184-2/+27
| |\
| | * net/sched: Fix mirred deadlock on device recursionEric Dumazet2024-04-181-0/+1
| | * net: change maximum number of UDP segments to 128Yuri Benditovich2024-04-141-1/+1
| | * Merge tag 'nf-24-04-11' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...David S. Miller2024-04-122-1/+25
| | |\
| | | * netfilter: flowtable: validate pppoe headerPablo Neira Ayuso2024-04-111-1/+11
| | | * netfilter: nft_set_pipapo: walk over current view on netlink dumpPablo Neira Ayuso2024-04-111-0/+14
| * | | Merge tag 'gpio-fixes-for-v6.9-rc5' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2024-04-181-1/+0
| |\ \ \
| | * | | gpiolib: swnode: Remove wrong header inclusionAndy Shevchenko2024-04-171-1/+0
| * | | | Merge tag 'nfsd-6.9-3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds2024-04-151-2/+2
| |\ \ \ \
| | * | | | SUNRPC: Fix rpcgss_context trace event acceptor fieldSteven Rostedt (Google)2024-04-111-2/+2
| * | | | | Merge tag 'timers-urgent-2024-04-14' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2024-04-142-2/+5
| |\ \ \ \ \
| | * | | | | bug: Fix no-return-statement warning with !CONFIG_BUGAdrian Hunter2024-04-101-1/+4
| | * | | | | irqflags: Explicitly ignore lockdep_hrtimer_exit() argumentArnd Bergmann2024-04-081-1/+1
| | | |/ / / | | |/| | |
| * | | | | Merge tag 'locking-urgent-2024-04-14' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2024-04-142-5/+5
| |\ \ \ \ \
| | * | | | | locking: Make rwsem_assert_held_write_nolockdep() build with PREEMPT_RT=ySebastian Andrzej Siewior2024-04-082-5/+5
| | |/ / / /
| * | | | | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2024-04-142-9/+13
| |\ \ \ \ \
| | * | | | | vhost-vdpa: change ioctl # for VDPA_GET_VRING_SIZEMichael S. Tsirkin2024-04-081-7/+8
| | * | | | | virtio: store owner from modules with register_virtio_driver()Krzysztof Kozlowski2024-04-081-2/+5
| | |/ / / /
| * | | | | Merge tag 'io_uring-6.9-20240412' of git://git.kernel.dk/linuxLinus Torvalds2024-04-121-1/+1
| |\ \ \ \ \
| | * | | | | io-uring: correct typo in comment for IOU_F_TWQ_LAZY_WAKEHaiyue Wang2024-04-091-1/+1
| * | | | | | Merge tag 'drm-fixes-2024-04-12' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds2024-04-121-0/+7
| |\ \ \ \ \ \
| | * \ \ \ \ \ Merge tag 'drm-misc-fixes-2024-04-11' of https://gitlab.freedesktop.org/drm/m...Dave Airlie2024-04-111-0/+7
| | |\ \ \ \ \ \ | | | |_|/ / / / | | |/| | | | |
| | | * | | | | Revert "drm/qxl: simplify qxl_fence_wait"Alex Constantino2024-04-051-0/+7
| * | | | | | | Merge tag 'hyperv-fixes-signed-20240411' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2024-04-123-12/+22
| |\ \ \ \ \ \ \
| | * | | | | | | Drivers: hv: vmbus: Track decrypted status in vmbus_gpadlRick Edgecombe2024-04-101-0/+1
| | * | | | | | | mshyperv: Introduce hv_numa_node_to_pxm_info()Nuno Das Neves2024-03-232-12/+21
| * | | | | | | | Merge tag 'acpi-6.9-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2024-04-111-3/+5
| |\ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / | |/| | | | | | |
| | * | | | | | | ACPI: bus: allow _UID matching for integer zeroRaag Jadav2024-04-081-3/+5
| | | |/ / / / / | | |/| | | | |
* | | | | | | | net: pse-pd: Rectify and adapt the naming of admin_cotrol member of struct ps...Kory Maincent (Dent Project)2024-04-171-2/+2
* | | | | | | | af_unix: Try not to hold unix_gc_lock during accept().Kuniyuki Iwashima2024-04-161-0/+1
* | | | | | | | net: dqs: make struct dql more cache efficientBreno Leitao2024-04-151-2/+3
* | | | | | | | net: dql: Optimize stall information populationBreno Leitao2024-04-151-1/+3
* | | | | | | | net: dql: Separate queue function responsibilitiesBreno Leitao2024-04-151-19/+25
* | | | | | | | net: dql: Avoid calling BUG() when WARN() is enoughBreno Leitao2024-04-151-1/+2
* | | | | | | | flow_offload: add control flag checking helpersAsbjørn Sloth Tønnesen2024-04-151-0/+55
* | | | | | | | devlink: add a new info version tagFei Qin2024-04-121-1/+3
* | | | | | | | tcp: increase the default TCP scaling ratioHechao Li2024-04-121-3/+2
* | | | | | | | net: dsa: allow DSA switch drivers to provide their own phylink mac opsRussell King (Oracle)2024-04-121-0/+5
* | | | | | | | net: dsa: introduce dsa_phylink_to_port()Russell King (Oracle)2024-04-121-0/+6
* | | | | | | | ipv4: Remove RTO_ONLINK.Guillaume Nault2024-04-121-2/+0
* | | | | | | | flow_offload: fix flow_offload_has_one_action() kdocAsbjørn Sloth Tønnesen2024-04-121-1/+1
* | | | | | | | net: mirror skb frag ref/unref helpersMina Almasry2024-04-121-4/+35