summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-08-249-31/+30
|\
| * Merge tag 'net-6.5-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-08-247-18/+28
| |\
| | * Merge tag 'nf-23-08-23' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git...Paolo Abeni2023-08-241-0/+6
| | |\
| | | * netfilter: nf_tables: defer gc run if previous batch is still pendingFlorian Westphal2023-08-231-0/+5
| | | * netfilter: nf_tables: validate all pending tablesFlorian Westphal2023-08-231-0/+1
| | * | bonding: fix macvlan over alb bond supportHangbin Liu2023-08-241-10/+1
| | |/
| | * Merge tag 'wireless-2023-08-22' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski2023-08-221-0/+1
| | |\
| | | * wifi: mac80211: limit reorder_buf_filtered to avoid UBSAN warningPing-Ke Shih2023-08-211-0/+1
| | * | ipv4: fix data-races around inet->inet_idEric Dumazet2023-08-202-3/+14
| | * | net: validate veth and vxcan peer ifindexesJakub Kicinski2023-08-201-2/+2
| | * | sock: annotate data-races around prot->memory_pressureEric Dumazet2023-08-181-3/+4
| * | | Merge tag 'tty-6.5-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2023-08-201-1/+2
| |\ \ \
| | * | | serial: core: Fix serial core port id to not use port->lineTony Lindgren2023-08-011-0/+1
| | * | | serial: core: Controller id cannot be negativeTony Lindgren2023-08-011-1/+1
| * | | | Merge tag 'fbdev-for-6.5-rc7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-08-191-12/+0
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | fbdev: kyro: Remove unused declarationsYue Haibing2023-08-151-12/+0
| | |/ /
* | | | mlx4: Delete custom device management logicPetr Pavlu2023-08-231-10/+0
* | | | mlx4: Register mlx4 devices to an auxiliary virtual busPetr Pavlu2023-08-232-0/+18
* | | | mlx4: Move the bond work to the core driverPetr Pavlu2023-08-232-19/+13
* | | | mlx4: Get rid of the mlx4_interface.activate callbackPetr Pavlu2023-08-231-1/+0
* | | | mlx4: Replace the mlx4_interface.event callback with a notifierPetr Pavlu2023-08-231-2/+6
* | | | mlx4: Use 'void *' as the event param of mlx4_dispatch_event()Petr Pavlu2023-08-231-1/+1
* | | | mlx4: Get rid of the mlx4_interface.get_dev callbackPetr Pavlu2023-08-231-3/+0
* | | | qed/qede: Remove unused declarationsYue Haibing2023-08-231-3/+0
* | | | Merge tag 'nf-next-23-08-22' of https://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski2023-08-221-10/+12
|\ \ \ \
| * | | | netfilter: ebtables: replace zero-length array membersGONG, Ruiqi2023-08-221-4/+4
| * | | | netfilter: ebtables: fix fortify warnings in size_entry_mwt()GONG, Ruiqi2023-08-221-6/+8
* | | | | mptcp: add struct mptcp_sched_opsGeliang Tang2023-08-221-0/+21
* | | | | net: mscc: ocelot: Remove unused declarationsYue Haibing2023-08-221-1/+0
|/ / / /
* | | | net: remove unnecessary input parameter 'how' in ifdown functionZhengchao Shao2023-08-221-1/+1
* | | | net: selectively purge error queue in IP_RECVERR / IPV6_RECVERREric Dumazet2023-08-201-0/+1
* | | | net: add skb_queue_purge_reason and __skb_queue_purge_reasonEric Dumazet2023-08-192-4/+22
* | | | net/smc: Extend SMCR v2 linkgroup netlink attributeGuangguan Wang2023-08-191-0/+2
* | | | Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski2023-08-181-45/+82
|\ \ \ \
| * | | | virtchnl: fix fake 1-elem arrays for structures allocated as `nents`Alexander Lobakin2023-08-161-15/+24
| * | | | virtchnl: fix fake 1-elem arrays in structures allocated as `nents + 1`Alexander Lobakin2023-08-161-22/+35
| * | | | virtchnl: fix fake 1-elem arrays in structs allocated as `nents + 1` - 1Alexander Lobakin2023-08-161-8/+23
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-08-188-17/+17
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Merge tag 'net-6.5-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-08-184-0/+12
| |\ \ \ \
| | * | | | net: do not allow gso_size to be set to GSO_BY_FRAGSEric Dumazet2023-08-171-0/+4
| | * | | | sock: Fix misuse of sk_under_memory_pressure()Abel Wu2023-08-171-0/+6
| | * | | | Merge tag 'nf-23-08-16' of https://git.kernel.org/pub/scm/linux/kernel/git/ne...David S. Miller2023-08-161-0/+1
| | |\ \ \ \
| | | * | | | netfilter: nf_tables: fix kdoc warnings after gc reworkFlorian Westphal2023-08-161-0/+1
| | * | | | | Merge tag 'ipsec-2023-08-15' of git://git.kernel.org/pub/scm/linux/kernel/git...David S. Miller2023-08-161-0/+1
| | |\ \ \ \ \ | | | |/ / / / | | |/| | | |
| | | * | | | xfrm: don't skip free of empty state in acquire policyLeon Romanovsky2023-08-011-0/+1
| * | | | | | Merge tag 'drm-misc-fixes-2023-08-17' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2023-08-181-9/+3
| |\ \ \ \ \ \
| | * | | | | | Revert "drm/edid: Fix csync detailed mode parsing"Jani Nikula2023-08-171-9/+3
| * | | | | | | locking: remove spin_lock_prefetchMateusz Guzik2023-08-121-6/+1
| * | | | | | | Merge tag 'x86_bugs_for_v6.5_rc6' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-08-121-0/+2
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge tag 'block-6.5-2023-08-11' of git://git.kernel.dk/linuxLinus Torvalds2023-08-112-2/+1
| |\ \ \ \ \ \ \ \