summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* af_unix: Replace the big lock with small locks.Kuniyuki Iwashima2021-11-271-1/+1
* af_unix: Save hash in sk_hash.Kuniyuki Iwashima2021-11-271-1/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-11-2621-198/+153
|\
| * Merge tag 'net-5.16-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-11-265-3/+9
| |\
| | * net: ptp: add a definition for the UDP port for IEEE 1588 general messagesVladimir Oltean2021-11-261-0/+1
| | * net: mscc: ocelot: create a function that replaces an existing VCAP filterVladimir Oltean2021-11-261-0/+2
| | * Merge tag 'ieee802154-for-net-2021-11-24' of git://git.kernel.org/pub/scm/lin...Jakub Kicinski2021-11-251-3/+4
| | |\
| | | * net: ieee802154: handle iftypes as u32Alexander Aring2021-11-161-3/+4
| | * | net: ipv6: add fib6_nh_release_dsts stubNikolay Aleksandrov2021-11-222-0/+2
| * | | Merge tag 'acpi-5.16-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2021-11-261-7/+0
| |\ \ \
| | * | | ACPI: Make acpi_node_get_parent() localSakari Ailus2021-11-231-7/+0
| * | | | Merge tag 'for-linus-5.16c-rc3-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2021-11-261-0/+1
| |\ \ \ \
| | * | | | xen: add "not_essential" flag to struct xenbus_driverJuergen Gross2021-11-231-0/+1
| * | | | | Merge tag 'folio-5.16b' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2021-11-256-24/+88
| |\ \ \ \ \
| | * | | | | mm: Add functions to zero portions of a folioMatthew Wilcox (Oracle)2021-11-181-3/+41
| | * | | | | fs: Rename AS_THP_SUPPORT and mapping_thp_supportMatthew Wilcox (Oracle)2021-11-171-6/+6
| | * | | | | fs: Remove FS_THP_SUPPORTMatthew Wilcox (Oracle)2021-11-172-1/+16
| | * | | | | mm: Remove folio_test_singleMatthew Wilcox (Oracle)2021-11-171-6/+0
| | * | | | | mm: Rename folio_test_multi to folio_test_largeMatthew Wilcox (Oracle)2021-11-171-1/+7
| | * | | | | Add linux/cacheflush.hMatthew Wilcox (Oracle)2021-11-173-8/+19
| * | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid...Linus Torvalds2021-11-242-2/+16
| |\ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |
| | * | | | | HID: intel-ish-hid: fix module device-id handlingArnd Bergmann2021-11-112-2/+4
| | * | | | | mod_devicetable: fix kdocs for ishtp_device_idThomas Weißschuh2021-11-101-2/+1
| | * | | | | HID: intel-ish-hid: add support for MODULE_DEVICE_TABLE()Thomas Weißschuh2021-11-091-0/+13
| * | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-11-203-1/+28
| |\ \ \ \ \ \
| | * | | | | | hugetlb: fix hugetlb cgroup refcounting during mremapBui Quang Minh2021-11-201-0/+12
| | * | | | | | shm: extend forced shm destroy to support objects from several IPC nsesAlexander Mikhalitsyn2021-11-202-1/+16
| * | | | | | | Merge tag 'pinctrl-v5.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2021-11-202-160/+9
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| | * | | | | | Remove unused header <linux/sdb.h>Jonathan Corbet2021-11-161-160/+0
| | * | | | | | ACPI: Add stubs for wakeup handler functionsMario Limonciello2021-11-161-0/+9
| | | |_|/ / / | | |/| | | |
| * | | | | | Merge branch 'SA_IMMUTABLE-fixes-for-v5.16-rc2' of git://git.kernel.org/pub/s...Linus Torvalds2021-11-191-0/+1
| |\ \ \ \ \ \
| | * | | | | | signal: Replace force_fatal_sig with force_exit_sig when in doubtEric W. Biederman2021-11-191-0/+1
| | |/ / / / /
| * | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2021-11-191-1/+1
| |\ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| | * | | | | RDMA/netlink: Add __maybe_unused to static inline in C fileLeon Romanovsky2021-11-161-1/+1
| | |/ / / /
* | | | | | net: optimize skb_postpull_rcsum()Eric Dumazet2021-11-261-1/+5
* | | | | | gro: optimize skb_gro_postpull_rcsum()Eric Dumazet2021-11-261-2/+2
* | | | | | sctp: make the raise timer more simple and accurateXin Long2021-11-261-4/+3
* | | | | | net: dsa: felix: enable cut-through forwarding between ports by defaultVladimir Oltean2021-11-261-1/+8
* | | | | | dccp/tcp: Remove an unused argument in inet_csk_listen_start().Kuniyuki Iwashima2021-11-241-1/+1
* | | | | | net: stmmac: Calculate CDC error only onceKurt Kanzenbach2021-11-241-0/+1
* | | | | | net: remove .ndo_change_proto_downJakub Kicinski2021-11-231-9/+3
* | | | | | Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...David S. Miller2021-11-232-2/+9
|\ \ \ \ \ \
| * | | | | | net/ice: Add support for enable_iwarp and enable_roce devlink paramShiraz Saleem2021-11-221-2/+5
| * | | | | | devlink: Add 'enable_iwarp' generic device paramShiraz Saleem2021-11-221-0/+4
* | | | | | | neigh: introduce neigh_confirm() helper functionYajun Deng2021-11-234-25/+15
* | | | | | | mctp: Add MCTP-over-serial transport bindingJeremy Kerr2021-11-231-0/+1
|/ / / / / /
* | | | | | skbuff: Switch structure bounds to struct_group()Kees Cook2021-11-221-7/+3
* | | | | | skbuff: Move conditional preprocessor directives out of struct sk_buffKees Cook2021-11-221-17/+19
* | | | | | sections: global data can be in .bssAntoine Tenart2021-11-221-4/+10
* | | | | | net: wwan: common debugfs base dir for wwan deviceM Chetan Kumar2021-11-221-0/+2