index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2021-01-19
netfilter: nf_nat: Fix memleak in nf_nat_init
Dinghao Liu
1
-0
/
+1
2021-01-19
netfilter: conntrack: fix reading nf_conntrack_buckets
Jesper Dangaard Brouer
1
-0
/
+3
2021-01-19
net: sunrpc: interpret the return value of kstrtou32 correctly
j.nixdorf@avm.de
1
-1
/
+1
2021-01-17
net: drop bogus skb with CHECKSUM_PARTIAL and offset beyond end of trimmed pa...
Vasily Averin
1
-0
/
+6
2021-01-17
net: ipv6: fib: flush exceptions when purging route
Sean Tranchetti
1
-3
/
+2
2021-01-17
net: fix pmtu check in nopmtudisc mode
Florian Westphal
1
-5
/
+5
2021-01-17
net: ip: always refragment ip defragmented packets
Florian Westphal
1
-1
/
+1
2021-01-17
net: vlan: avoid leaks on register_vlan_dev() failures
Jakub Kicinski
1
-1
/
+2
2021-01-12
netfilter: xt_RATEEST: reject non-null terminated string from userspace
Florian Westphal
1
-0
/
+3
2021-01-12
netfilter: ipset: fix shift-out-of-bounds in htable_bits()
Vasily Averin
1
-15
/
+5
2021-01-12
netfilter: x_tables: Update remaining dereference to RCU
Subash Abhinov Kasiviswanathan
3
-3
/
+3
2021-01-12
net-sysfs: take the rtnl lock when accessing xps_rxqs_map and num_tc
Antoine Tenart
1
-5
/
+18
2021-01-12
net-sysfs: take the rtnl lock when storing xps_rxqs
Antoine Tenart
1
-0
/
+7
2021-01-12
net: sched: prevent invalid Scell_log shift count
Randy Dunlap
4
-4
/
+4
2021-01-12
erspan: fix version 1 check in gre_parse_header()
Cong Wang
1
-1
/
+1
2021-01-12
ipv4: Ignore ECN bits for fib lookups in fib_compute_spec_dst()
Guillaume Nault
1
-1
/
+1
2021-01-12
net-sysfs: take the rtnl lock when accessing xps_cpus_map and num_tc
Antoine Tenart
1
-7
/
+22
2021-01-12
net-sysfs: take the rtnl lock when storing xps_cpus
Antoine Tenart
1
-0
/
+6
2021-01-12
net/ncsi: Use real net-device for response handler
John Wang
1
-1
/
+1
2020-12-30
lwt: Disable BH too in run_lwt_bpf()
Dongdong Wang
1
-4
/
+4
2020-12-30
cfg80211: initialize rekey_data
Sara Sharon
1
-1
/
+1
2020-12-30
mac80211: don't set set TDLS STA bandwidth wider than possible
Johannes Berg
1
-4
/
+10
2020-12-30
SUNRPC: xprt_load_transport() needs to support the netid "rdma6"
Trond Myklebust
4
-16
/
+55
2020-12-30
Bluetooth: Fix null pointer dereference in hci_event_packet()
Anmol Karn
1
-0
/
+5
2020-12-30
Bluetooth: Fix slab-out-of-bounds read in hci_le_direct_adv_report_evt()
Peilin Ye
1
-7
/
+5
2020-12-30
netfilter: x_tables: Switch synchronization to RCU
Subash Abhinov Kasiviswanathan
4
-55
/
+36
2020-12-30
xsk: Fix xsk_poll()'s return type
Luc Van Oostenryck
1
-4
/
+4
2020-12-30
net: bridge: vlan: fix error return code in __vlan_add()
Zhang Changzhong
1
-1
/
+3
2020-12-30
tcp: fix cwnd-limited bug for TSO deferral where we send nothing
Neal Cardwell
1
-3
/
+6
2020-12-30
tcp: select sane initial rcvq_space.space for big MSS
Eric Dumazet
1
-1
/
+2
2020-12-30
mac80211: mesh: fix mesh_pathtbl_init() error path
Eric Dumazet
1
-3
/
+1
2020-12-11
netfilter: nf_tables: avoid false-postive lockdep splat
Florian Westphal
1
-1
/
+2
2020-12-08
net/x25: prevent a couple of overflows
Dan Carpenter
1
-2
/
+4
2020-12-08
net: ip6_gre: set dev->hard_header_len when using header_ops
Antoine Tenart
1
-3
/
+13
2020-12-08
ipv4: Fix tos mask in inet_rtm_getroute()
Guillaume Nault
1
-3
/
+4
2020-12-08
netfilter: bridge: reset skb->pkt_type after NF_INET_POST_ROUTING traversal
Antoine Tenart
1
-2
/
+5
2020-12-08
net/tls: Protect from calling tls_dev_del for TLS RX twice
Maxim Mikityanskiy
1
-1
/
+4
2020-12-08
tcp: Set INET_ECN_xmit configuration in tcp_reinit_congestion_control
Alexander Duyck
1
-0
/
+5
2020-12-08
sock: set sk_err to ee_errno on dequeue from errq
Willem de Bruijn
1
-1
/
+1
2020-12-08
rose: Fix Null pointer dereference in rose_send_frame()
Anmol Karn
1
-4
/
+13
2020-12-08
net/tls: missing received data after fast remote close
Vadim Fedorenko
1
-0
/
+6
2020-12-08
net/af_iucv: set correct sk_protocol for child sockets
Julian Wiedmann
1
-2
/
+2
2020-12-08
ipv6: addrlabel: fix possible memory leak in ip6addrlbl_net_init
Wang Hai
1
-9
/
+17
2020-12-02
batman-adv: set .owner to THIS_MODULE
Taehee Yoo
1
-0
/
+1
2020-11-24
mac80211: free sta in sta_info_insert_finish() on errors
Johannes Berg
1
-10
/
+4
2020-11-24
mac80211: minstrel: fix tx status processing corner case
Felix Fietkau
1
-1
/
+1
2020-11-24
mac80211: minstrel: remove deferred sampling code
Felix Fietkau
2
-22
/
+4
2020-11-24
can: af_can: prevent potential access of uninitialized member in canfd_rcv()
Anant Thazhemadam
1
-5
/
+14
2020-11-24
can: af_can: prevent potential access of uninitialized member in can_rcv()
Anant Thazhemadam
1
-5
/
+14
2020-11-24
net/ncsi: Fix netlink registration
Joel Stanley
3
-27
/
+3
[next]