index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2024-09-27
netfilter: nf_tables: prevent nf_skb_duplicated corruption
Eric Dumazet
2
-4
/
+10
2024-09-27
selftests: netfilter: Fix nft_audit.sh for newer nft binaries
Phil Sutter
1
-28
/
+29
2024-09-26
netfilter: uapi: NFTA_FLOWTABLE_HOOK is NLA_NESTED
Phil Sutter
1
-1
/
+1
2024-09-26
Merge tag 'nf-24-09-26' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...
Paolo Abeni
22
-132
/
+1091
2024-09-26
selftests: netfilter: Avoid hanging ipvs.sh
Phil Sutter
1
-1
/
+1
2024-09-26
kselftest: add test for nfqueue induced conntrack race
Florian Westphal
1
-1
/
+91
2024-09-26
netfilter: nfnetlink_queue: remove old clash resolution logic
Florian Westphal
3
-90
/
+0
2024-09-26
netfilter: nf_tables: missing objects with no memcg accounting
Pablo Neira Ayuso
7
-15
/
+17
2024-09-26
netfilter: nf_tables: use rcu chain hook list iterator from netlink dump path
Pablo Neira Ayuso
1
-1
/
+1
2024-09-26
netfilter: ctnetlink: compile ctnetlink_label_size with CONFIG_NF_CONNTRACK_E...
Simon Horman
1
-5
/
+2
2024-09-26
netfilter: nf_reject: Fix build warning when CONFIG_BRIDGE_NETFILTER=n
Simon Horman
2
-9
/
+6
2024-09-26
netfilter: nf_tables: Keep deleted flowtable hooks until after RCU
Phil Sutter
1
-1
/
+1
2024-09-26
docs: tproxy: ignore non-transparent sockets in iptables
谢致邦 (XIE Zhibang)
1
-1
/
+1
2024-09-26
netfilter: ctnetlink: Guard possible unused functions
Andy Shevchenko
1
-1
/
+1
2024-09-26
selftests: netfilter: nft_tproxy.sh: add tcp tests
Antonio Ojea
4
-0
/
+623
2024-09-26
selftests: netfilter: add reverse-clash resolution test case
Florian Westphal
3
-0
/
+178
2024-09-26
netfilter: conntrack: add clash resolution for reverse collisions
Florian Westphal
1
-5
/
+51
2024-09-26
netfilter: nf_nat: don't try nat source port reallocation for reverse dir clash
Florian Westphal
1
-2
/
+118
2024-09-26
selftests/net: packetdrill: increase timing tolerance in debug mode
Willem de Bruijn
1
-2
/
+7
2024-09-26
usbnet: fix cyclical race on disconnect with work queue
Oliver Neukum
2
-9
/
+43
2024-09-26
net: stmmac: set PP_FLAG_DMA_SYNC_DEV only if XDP is enabled
Furong Xu
1
-1
/
+1
2024-09-26
virtio_net: Fix mismatched buf address when unmapping for small packets
Wenbo Li
1
-2
/
+8
2024-09-24
bonding: Fix unnecessary warnings and logs from bond_xdp_get_xmit_slave()
Jiwon Kim
1
-3
/
+3
2024-09-24
r8169: add missing MODULE_FIRMWARE entry for RTL8126A rev.b
Heiner Kallweit
1
-0
/
+1
2024-09-24
Merge branch 'fix-maximum-tx-rx-frame-sizes-in-ravb-driver'
Paolo Abeni
2
-3
/
+16
2024-09-24
net: ravb: Fix R-Car RX frame size limit
Paul Barker
1
-2
/
+10
2024-09-24
net: ravb: Fix maximum TX frame size for GbEth devices
Paul Barker
2
-1
/
+6
2024-09-24
net: stmmac: Fix zero-division error when disabling tc cbs
KhaiWenTan
1
-0
/
+1
2024-09-24
r8169: add tally counter fields added with RTL8125
Heiner Kallweit
1
-0
/
+27
2024-09-24
net: phy: aquantia: fix applying active_low bit after reset
Daniel Golle
1
-3
/
+2
2024-09-24
net: phy: aquantia: fix setting active_low bit
Daniel Golle
1
-1
/
+2
2024-09-24
net: qrtr: Update packets cloning when broadcasting
Youssef Samir
1
-1
/
+1
2024-09-23
tcp: check skb is non-NULL in tcp_rto_delta_us()
Josh Hunt
1
-2
/
+19
2024-09-22
MAINTAINERS: adjust file entry of the oa_tc6 header
Lukas Bulwahn
1
-1
/
+1
2024-09-22
net: ipv6: select DST_CACHE from IPV6_RPL_LWTUNNEL
Thomas Weißschuh
1
-0
/
+1
2024-09-19
net: seeq: Fix use after free vulnerability in ether3 Driver Due to Race Cond...
Kaixin Wang
1
-0
/
+2
2024-09-19
netfilter: nf_reject_ipv6: fix nf_reject_ip6_tcphdr_put()
Eric Dumazet
1
-12
/
+2
2024-09-19
net: xilinx: axienet: Fix packet counting
Sean Anderson
1
-9
/
+14
2024-09-19
net: xilinx: axienet: Schedule NAPI in two steps
Sean Anderson
1
-6
/
+8
2024-09-19
net: phy: aquantia: fix -ETIMEDOUT PHY probe failure when firmware not present
Vladimir Oltean
2
-22
/
+39
2024-09-16
Merge tag 'net-next-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
1458
-13760
/
+69936
2024-09-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
13
-35
/
+76
2024-09-15
net/mlx5: HWS, check the correct variable in hws_send_ring_alloc_sq()
Dan Carpenter
1
-1
/
+1
2024-09-15
netfilter: nft_socket: Fix a NULL vs IS_ERR() bug in nft_socket_cgroup_subtre...
Dan Carpenter
1
-2
/
+2
2024-09-15
ice: Fix a NULL vs IS_ERR() check in probe()
Dan Carpenter
1
-2
/
+2
2024-09-15
ice: Fix a couple NULL vs IS_ERR() bugs
Dan Carpenter
1
-4
/
+4
2024-09-15
net: ethernet: fs_enet: Make the per clock optional
Maxime Chevallier
1
-1
/
+1
2024-09-15
Linux 6.11
v6.11
Linus Torvalds
1
-1
/
+1
2024-09-15
Merge tag 'for-linus-6.11' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2
-11
/
+7
2024-09-15
Revert "KVM: VMX: Always honor guest PAT on CPUs that support self-snoop"
Paolo Bonzini
2
-11
/
+7
[next]