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
2020-09-23
SUNRPC: stop printk reading past end of string
J. Bruce Fields
1
-2
/
+2
2020-09-23
xprtrdma: Release in-flight MRs on disconnect
Chuck Lever
1
-0
/
+2
2020-09-23
net: handle the return value of pskb_carve_frag_list() correctly
Miaohe Lin
1
-3
/
+7
2020-09-23
mptcp: sendmsg: reset iter on error
Florian Westphal
1
-2
/
+6
2020-09-17
cfg80211: Adjust 6 GHz frequency to channel conversion
Amar Singhal
1
-3
/
+5
2020-09-17
mac80211: reduce packet loss event false positives
Felix Fietkau
2
-18
/
+17
2020-09-17
wireless: fix wrong 160/80+80 MHz setting
Shay Bar
1
-4
/
+11
2020-09-17
netfilter: nft_set_rbtree: Detect partial overlap with start endpoint match
Stefano Brivio
1
-1
/
+33
2020-09-17
netfilter: conntrack: allow sctp hearbeat after connection re-use
Florian Westphal
1
-4
/
+35
2020-09-12
mptcp: free acked data before waiting for more memory
Florian Westphal
1
-2
/
+1
2020-09-12
net: disable netpoll on fresh napis
Jakub Kicinski
2
-2
/
+3
2020-09-12
tipc: fix using smp_processor_id() in preemptible
Tuong Lien
1
-3
/
+9
2020-09-12
tipc: fix shutdown() of connectionless socket
Tetsuo Handa
1
-3
/
+6
2020-09-12
taprio: Fix using wrong queues in gate mask
Vinicius Costa Gomes
1
-6
/
+24
2020-09-12
sctp: not disable bh in the whole sctp_get_port_local()
Xin Long
1
-10
/
+6
2020-09-12
netlabel: fix problems with mapping removal
Paul Moore
1
-29
/
+30
2020-09-12
ipv6: Fix sysctl max for fib_multipath_hash_policy
Ido Schimmel
1
-1
/
+2
2020-09-12
ipv4: Silence suspicious RCU usage warning
Ido Schimmel
1
-1
/
+2
2020-09-09
cfg80211: regulatory: reject invalid hints
Johannes Berg
1
-0
/
+3
2020-09-09
Bluetooth: Return NOTIFY_DONE for hci_suspend_notifier
Max Chou
1
-1
/
+1
2020-09-09
net/packet: fix overflow in tpacket_rcv
Or Cohen
1
-1
/
+6
2020-09-09
netfilter: conntrack: do not auto-delete clash entries on reply
Florian Westphal
2
-17
/
+11
2020-09-09
netfilter: nfnetlink: nfnetlink_unicast() reports EAGAIN instead of ENOBUFS
Pablo Neira Ayuso
4
-38
/
+39
2020-09-09
netfilter: nf_tables: fix destination register zeroing
Florian Westphal
1
-1
/
+3
2020-09-09
netfilter: nf_tables: add NFTA_SET_USERDATA if not null
Pablo Neira Ayuso
1
-1
/
+2
2020-09-09
rxrpc: Make rxrpc_kernel_get_srtt() indicate validity
David Howells
1
-3
/
+13
2020-09-09
rxrpc: Fix loss of RTT samples due to interposed ACK
David Howells
5
-71
/
+132
2020-09-09
rxrpc: Keep the ACK serial in a var in rxrpc_input_ack()
David Howells
1
-10
/
+11
2020-09-09
batman-adv: bla: use netif_rx_ni when not in interrupt context
Jussi Kivilinna
1
-1
/
+4
2020-09-09
batman-adv: Fix own OGM check in aggregated OGMs
Linus Lüssing
1
-5
/
+6
2020-09-09
batman-adv: Avoid uninitialized chaddr when handling DHCP
Sven Eckelmann
1
-2
/
+4
2020-09-05
nl80211: fix NL80211_ATTR_HE_6GHZ_CAPABILITY usage
Johannes Berg
1
-1
/
+1
2020-09-05
netfilter: nft_set_rbtree: Handle outcomes of tree rotations in overlap detec...
Stefano Brivio
1
-9
/
+14
2020-09-03
can: j1939: transport: j1939_xtp_rx_dat_one(): compare own packets to detect ...
Oleksij Rempel
1
-1
/
+14
2020-09-03
netfilter: avoid ipv6 -> nf_defrag_ipv6 module dependency
Florian Westphal
2
-5
/
+6
2020-09-03
net: openvswitch: introduce common code for flushing flows
Tonghao Zhang
3
-21
/
+27
2020-09-03
netfilter: nf_tables: report EEXIST on overlaps
Pablo Neira Ayuso
1
-9
/
+7
2020-08-27
netlink: fix state reallocation in policy export
Johannes Berg
1
-0
/
+3
2020-08-27
ethtool: Don't omit the netlink reply if no features were changed
Maxim Mikityanskiy
1
-7
/
+4
2020-08-27
ethtool: Account for hw_features in netlink interface
Maxim Mikityanskiy
1
-1
/
+2
2020-08-27
ethtool: Fix preserving of wanted feature bits in netlink interface
Maxim Mikityanskiy
1
-4
/
+7
2020-08-27
tipc: fix uninit skb->data in tipc_nl_compat_dumpit()
Cong Wang
1
-1
/
+11
2020-08-27
tipc: call rcu_read_lock() in tipc_aead_encrypt_done()
Xin Long
1
-0
/
+2
2020-08-27
net/smc: Prevent kernel-infoleak in __smc_diag_dump()
Peilin Ye
1
-7
/
+9
2020-08-27
net: sctp: Fix negotiation of the number of data streams.
David Laight
1
-2
/
+4
2020-08-27
net/sched: act_ct: Fix skb double-free in tcf_ct_handle_fragments() error flow
Alaa Hleihel
1
-1
/
+1
2020-08-27
net: qrtr: fix usage of idr in port assignment to socket
Necip Fazil Yildiran
1
-9
/
+11
2020-08-27
net: nexthop: don't allow empty NHA_GROUP
Nikolay Aleksandrov
1
-1
/
+4
2020-08-27
net: Fix potential wrong skb->protocol in skb_vlan_untag()
Miaohe Lin
1
-2
/
+2
2020-08-27
gre6: Fix reception with IP6_TNL_F_RCV_DSCP_COPY
Mark Tomlinson
1
-1
/
+9
[next]