index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
LICENSES
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-01-24
netfilter: nf_tables: reject QUEUE/DROP verdict parameters
Florian Westphal
1
-10
/
+6
2024-01-24
netfilter: nf_tables: restrict anonymous set and map names to 16 bytes
Florian Westphal
1
-0
/
+4
2024-01-24
netfilter: nft_limit: reject configurations that cause integer overflow
Florian Westphal
1
-7
/
+16
2024-01-24
netfilter: nft_chain_filter: handle NETDEV_UNREGISTER for inet/ingress basechain
Pablo Neira Ayuso
1
-2
/
+9
2024-01-24
netfilter: nf_tables: cleanup documentation
George Guo
1
-10
/
+39
2024-01-24
net/sched: flower: Fix chain template offload
Ido Schimmel
3
-1
/
+35
2024-01-24
selftests: fill in some missing configs for net
Jakub Kicinski
1
-0
/
+28
2024-01-24
hv_netvsc: Calculate correct ring size when PAGE_SIZE is not 4 Kbytes
Michael Kelley
1
-2
/
+2
2024-01-24
Revert "net: macsec: use skb_ensure_writable_head_tail to expand the skb"
Rahul Rameshbabu
1
-5
/
+20
2024-01-23
ipv6: init the accept_queue's spinlocks in inet6_create
Zhengchao Shao
1
-0
/
+3
2024-01-23
netlink: fix potential sleeping issue in mqueue_flush_file
Zhengchao Shao
1
-1
/
+1
2024-01-23
selftest: Don't reuse port for SO_INCOMING_CPU test.
Kuniyuki Iwashima
1
-18
/
+50
2024-01-23
tcp: Add memory barrier to tcp_push()
Salvatore Dipietro
1
-0
/
+1
2024-01-22
net/rds: Fix UBSAN: array-index-out-of-bounds in rds_cmsg_recv
Sharath Srinivasan
1
-1
/
+1
2024-01-22
net: micrel: Fix PTP frame parsing for lan8814
Horatiu Vultur
1
-0
/
+11
2024-01-22
dpll: fix register pin with unregistered parent pin
Arkadiusz Kubalewski
1
-6
/
+0
2024-01-22
dpll: fix userspace availability of pins
Arkadiusz Kubalewski
1
-2
/
+27
2024-01-22
dpll: fix pin dump crash for rebound module
Arkadiusz Kubalewski
3
-18
/
+69
2024-01-22
dpll: fix broken error path in dpll_pin_alloc(..)
Arkadiusz Kubalewski
1
-3
/
+4
2024-01-22
tun: add missing rx stats accounting in tun_xdp_act
Yunjian Wang
1
-0
/
+2
2024-01-22
tun: fix missing dropped counter in tun_xdp_act
Yunjian Wang
1
-2
/
+6
2024-01-22
net: fix removing a namespace with conflicting altnames
Jakub Kicinski
2
-0
/
+12
2024-01-21
idpf: distinguish vports by the dev_port attribute
Michal Schmidt
1
-0
/
+2
2024-01-21
udp: fix busy polling
Eric Dumazet
4
-14
/
+26
2024-01-20
llc: Drop support for ETH_P_TR_802_2.
Kuniyuki Iwashima
2
-11
/
+2
2024-01-20
llc: make llc_ui_sendmsg() more robust against bonding changes
Eric Dumazet
1
-8
/
+16
2024-01-20
vlan: skip nested type that is not IFLA_VLAN_QOS_MAPPING
Lin Ma
1
-0
/
+4
2024-01-20
bnxt_en: Fix possible crash after creating sw mqprio TCs
Michael Chan
5
-11
/
+17
2024-01-20
bnxt_en: Prevent kernel warning when running offline self test
Michael Chan
1
-0
/
+3
2024-01-20
bnxt_en: Fix RSS table entries calculation for P5_PLUS chips
Michael Chan
2
-6
/
+14
2024-01-20
bnxt_en: Fix memory leak in bnxt_hwrm_get_rings()
Michael Chan
1
-2
/
+3
2024-01-20
bnxt_en: Wait for FLR to complete during probe
Michael Chan
1
-0
/
+5
2024-01-20
tcp: make sure init the accept_queue's spinlocks once
Zhengchao Shao
4
-3
/
+15
2024-01-20
selftests: bonding: Increase timeout to 1200s
Benjamin Poirier
1
-1
/
+1
2024-01-19
net/smc: fix illegal rmb_desc access in SMC-D connection dump
Wen Gu
1
-1
/
+1
2024-01-18
MAINTAINERS: use proper email for my I2C work
Wolfram Sang
1
-1
/
+1
2024-01-18
i2c: stm32f7: add support for stm32mp25 soc
Alain Volmat
1
-88
/
+126
2024-01-18
i2c: stm32f7: perform I2C_ISR read once at beginning of event isr
Alain Volmat
1
-7
/
+5
2024-01-18
dt-bindings: i2c: document st,stm32mp25-i2c compatible
Alain Volmat
1
-0
/
+28
2024-01-18
i2c: stm32f7: simplify status messages in case of errors
Alain Volmat
1
-7
/
+5
2024-01-18
i2c: stm32f7: perform most of irq job in threaded handler
Alain Volmat
1
-70
/
+56
2024-01-18
i2c: stm32f7: use dev_err_probe upon calls of devm_request_irq
Alain Volmat
1
-10
/
+4
2024-01-18
i2c: i801: Add lis3lv02d for Dell XPS 15 7590
Paul Menzel
1
-0
/
+1
2024-01-18
i2c: i801: Add lis3lv02d for Dell Precision 3540
Paul Menzel
1
-0
/
+1
2024-01-18
i2c: wmt: Reduce redundant: REG_CR setting
Hans Hu
1
-26
/
+9
2024-01-18
i2c: wmt: Reduce redundant: function parameter
Hans Hu
1
-10
/
+5
2024-01-18
i2c: wmt: Reduce redundant: clock mode setting
Hans Hu
1
-21
/
+7
2024-01-18
i2c: wmt: Reduce redundant: wait event complete
Hans Hu
1
-14
/
+6
2024-01-18
i2c: wmt: Reduce redundant: bus busy check
Hans Hu
1
-12
/
+7
2024-01-18
i2c: mux: reg: Remove class-based device auto-detection support
Heiner Kallweit
2
-5
/
+1
[next]