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
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-02-13
SUNRPC: Handle 0 length opaque XDR object data properly
Dave Wysochanski
1
-3
/
+6
2021-02-13
SUNRPC: Move simple_get_bytes and simple_get_netobj into private header
Dave Wysochanski
3
-58
/
+45
2021-02-13
mac80211: 160MHz with extended NSS BW in CSA
Shay Bar
1
-3
/
+7
2021-02-13
af_key: relax availability checks for skb size calculation
Cong Wang
1
-3
/
+3
2021-02-10
udp: ipv4: manipulate network header of NATed UDP GRO fraglist
Dongseok Yi
2
-6
/
+65
2021-02-10
net: ip_tunnel: fix mtu calculation
Vadim Fedorenko
1
-9
/
+7
2021-02-10
neighbour: Prevent a dead entry from updating gc_list
Chinmay Agarwal
1
-3
/
+4
2021-02-10
mac80211: fix station rate table updates on assoc
Felix Fietkau
2
-2
/
+6
2021-02-10
net: lapb: Copy the skb before sending a packet
Xie He
1
-1
/
+2
2021-02-10
SUNRPC: Fix NFS READs that start at non-page-aligned offsets
Chuck Lever
1
-3
/
+4
2021-02-10
rxrpc: Fix deadlock around release of dst cached on udp tunnel
David Howells
1
-3
/
+3
2021-02-07
mac80211: fix encryption key selection for 802.3 xmit
Felix Fietkau
1
-12
/
+15
2021-02-07
mac80211: fix fast-rx encryption check
Felix Fietkau
1
-0
/
+2
2021-02-07
mac80211: fix incorrect strlen of .write in debugfs
Shayne Chen
1
-24
/
+20
2021-02-07
net: switchdev: don't set port_obj_info->handled true when -EOPNOTSUPP
Rasmus Villemoes
1
-10
/
+13
2021-02-03
vsock: fix the race conditions in multi-transport support
Alexander Popov
1
-5
/
+12
2021-02-03
tcp: fix TLP timer not set when CA_STATE changes from DISORDER to OPEN
Pengcheng Yang
2
-6
/
+9
2021-02-03
tcp: make TCP_USER_TIMEOUT accurate for zero window probes
Enke Chen
3
-2
/
+22
2021-02-03
NFC: fix possible resource leak
Pan Bian
1
-0
/
+1
2021-02-03
NFC: fix resource leak when target index is invalid
Pan Bian
1
-1
/
+1
2021-02-03
rxrpc: Fix memory leak in rxrpc_lookup_local
Takeshi Misawa
1
-0
/
+1
2021-02-03
mac80211: pause TX while changing interface type
Johannes Berg
2
-0
/
+7
2021-02-03
xfrm: Fix wraparound in xfrm_policy_addr_delta()
Visa Hankala
1
-8
/
+18
2021-02-03
xfrm: fix disable_xfrm sysctl when used on xfrm interfaces
Eyal Birger
1
-2
/
+2
2021-02-03
xfrm: Fix oops in xfrm_replay_advance_bmp
Shmulik Ladkani
1
-1
/
+1
2021-02-03
netfilter: nft_dynset: add timeout extension to template
Pablo Neira Ayuso
1
-1
/
+3
2021-02-03
wext: fix NULL-ptr-dereference with cfg80211's lack of commit()
Johannes Berg
1
-2
/
+3
2021-01-27
tcp: Fix potential use-after-free due to double kfree()
Kuniyuki Iwashima
1
-2
/
+2
2021-01-27
net: core: devlink: use right genl user_ptr when handling port param get/set
Oleksandr Mazur
1
-2
/
+2
2021-01-27
tcp: fix TCP_USER_TIMEOUT with zero window
Enke Chen
5
-7
/
+11
2021-01-27
tcp: do not mess with cloned skbs in tcp_add_backlog()
Eric Dumazet
1
-12
/
+13
2021-01-27
net: Disable NETIF_F_HW_TLS_RX when RXCSUM is disabled
Tariq Toukan
1
-0
/
+5
2021-01-27
ipv6: set multicast flag on the multicast route
Matteo Croce
1
-1
/
+1
2021-01-27
net_sched: reject silly cell_log in qdisc_get_rtab()
Eric Dumazet
1
-1
/
+2
2021-01-27
net_sched: avoid shift-out-of-bounds in tcindex_set_parms()
Eric Dumazet
1
-2
/
+6
2021-01-27
ipv6: create multicast route with RTPROT_KERNEL
Matteo Croce
1
-0
/
+1
2021-01-27
udp: mask TOS bits in udp_v4_early_demux()
Guillaume Nault
1
-1
/
+2
2021-01-27
net_sched: gen_estimator: support large ewma log
Eric Dumazet
1
-4
/
+7
2021-01-27
tcp: fix TCP socket rehash stats mis-accounting
Yuchung Cheng
2
-17
/
+10
2021-01-27
skbuff: back tiny skbs with kmalloc() in __netdev_alloc_skb() too
Alexander Lobakin
1
-1
/
+5
2021-01-27
netfilter: rpfilter: mask ecn bits before fib lookup
Guillaume Nault
1
-1
/
+1
2021-01-27
cls_flower: call nla_ok() before nla_next()
Cong Wang
1
-9
/
+13
2021-01-27
xsk: Clear pool even for inactive queues
Maxim Mikityanskiy
1
-2
/
+2
2021-01-27
bpf: Reject too big ctx_size_in for raw_tp test run
Song Liu
1
-1
/
+2
2021-01-27
SUNRPC: Handle TCP socket sends with kernel_sendpage() again
Chuck Lever
1
-1
/
+85
2021-01-23
net: dsa: unbind all switches from tree when DSA master unbinds
Vladimir Oltean
1
-0
/
+10
2021-01-23
mac80211: check if atf has been disabled in __ieee80211_schedule_txq
Lorenzo Bianconi
1
-1
/
+1
2021-01-23
mac80211: do not drop tx nulldata packets on encrypted links
Felix Fietkau
1
-1
/
+1
2021-01-23
rxrpc: Fix handling of an unsupported token type in rxrpc_read()
David Howells
1
-2
/
+4
2021-01-23
net: dsa: clear devlink port type before unregistering slave netdevs
Vladimir Oltean
1
-0
/
+4
[next]