index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2019-09-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
57
-402
/
+584
2019-09-01
net/sched: cbs: Set default link speed to 10 Mbps in cbs_set_port_rate
Vladimir Oltean
1
-8
/
+11
2019-09-01
taprio: Set default link speed to 10 Mbps in taprio_set_picos_per_byte
Vladimir Oltean
1
-10
/
+13
2019-09-01
taprio: Fix kernel panic in taprio_destroy
Vladimir Oltean
1
-4
/
+4
2019-08-31
Merge tag 'batadv-net-for-davem-20190830' of git://git.open-mesh.org/linux-merge
David S. Miller
2
-13
/
+25
2019-08-31
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
David S. Miller
5
-7
/
+11
2019-08-31
rxrpc: Fix lack of conn cleanup when local endpoint is cleaned up [ver #2]
David Howells
5
-5
/
+50
2019-08-31
Merge tag 'rxrpc-fixes-20190827' of git://git.kernel.org/pub/scm/linux/kernel...
David S. Miller
13
-237
/
+291
2019-08-30
Merge tag 'ceph-for-5.3-rc7' of git://github.com/ceph/ceph-client
Linus Torvalds
1
-2
/
+4
2019-08-30
netfilter: nft_meta_bridge: Fix get NFT_META_BRI_IIFVPROTO in network byteorder
wenxu
1
-1
/
+1
2019-08-29
mac80211: Correctly set noencrypt for PAE frames
Denis Kenzior
1
-1
/
+1
2019-08-29
mac80211: Don't memset RXCB prior to PAE intercept
Denis Kenzior
1
-2
/
+2
2019-08-29
netfilter: nf_flow_table: clear skb tstamp before xmit
Florian Westphal
1
-1
/
+2
2019-08-29
net/sched: pfifo_fast: fix wrong dereference in pfifo_fast_enqueue
Davide Caratti
1
-2
/
+6
2019-08-29
tcp: inherit timestamp on mtu probe
Willem de Bruijn
1
-1
/
+2
2019-08-29
net: sched: act_sample: fix psample group handling on overwrite
Vlad Buslov
2
-2
/
+6
2019-08-29
openvswitch: Clear the L4 portion of the key for "later" fragments.
Justin Pettit
1
-1
/
+4
2019-08-29
openvswitch: Properly set L4 keys on "later" IP fragments
Greg Rose
3
-66
/
+95
2019-08-29
mld: fix memory leak in mld_del_delrec()
Eric Dumazet
1
-2
/
+3
2019-08-29
net/sched: pfifo_fast: fix wrong dereference when qdisc is reset
Davide Caratti
1
-4
/
+7
2019-08-28
libceph: don't call crypto_free_sync_skcipher() on a NULL tfm
Jia-Ju Bai
1
-2
/
+4
2019-08-28
tcp: remove empty skb from write queue in error cases
Eric Dumazet
1
-10
/
+20
2019-08-28
net/rds: Fix info leak in rds6_inc_info_copy()
Ka-Cheong Poon
1
-1
/
+4
2019-08-28
net: fix skb use after free in netpoll
Feng Sun
1
-3
/
+3
2019-08-28
net: dsa: tag_8021q: Future-proof the reserved fields in the custom VID
Vladimir Oltean
1
-0
/
+2
2019-08-28
net_sched: fix a NULL pointer deref in ipt action
Cong Wang
19
-23
/
+24
2019-08-27
Merge tag 'nfs-for-5.3-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
2
-22
/
+32
2019-08-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
28
-100
/
+186
2019-08-27
netfilter: conntrack: make sysctls per-namespace again
Florian Westphal
1
-0
/
+5
2019-08-27
netfilter: nf_conntrack_ftp: Fix debug output
Thomas Jarosch
1
-1
/
+1
2019-08-27
netfilter: xt_physdev: Fix spurious error message in physdev_mt_check
Todd Seidelmann
1
-4
/
+2
2019-08-27
rxrpc: Use skb_unshare() rather than skb_cow_data()
David Howells
4
-28
/
+48
2019-08-27
rxrpc: Use the tx-phase skb flag to simplify tracing
David Howells
11
-47
/
+47
2019-08-27
rxrpc: Add a private skb flag to indicate transmission-phase skbs
David Howells
2
-1
/
+3
2019-08-27
rxrpc: Abstract out rxtx ring cleanup
David Howells
1
-16
/
+17
2019-08-27
rxrpc: Pass the input handler's data skb reference to the Rx ring
David Howells
1
-5
/
+15
2019-08-27
rxrpc: Use info in skbuff instead of reparsing a jumbo packet
David Howells
3
-136
/
+139
2019-08-27
rxrpc: Improve jumbo packet counting
David Howells
3
-12
/
+30
2019-08-26
SUNRPC: Handle connection breakages correctly in call_status()
Trond Myklebust
1
-1
/
+1
2019-08-26
Revert "NFSv4/flexfiles: Abort I/O early if the layout segment was invalidated"
Trond Myklebust
1
-7
/
+0
2019-08-26
SUNRPC: Handle EADDRINUSE and ENOBUFS correctly
Trond Myklebust
1
-3
/
+7
2019-08-26
SUNRPC: Don't handle errors if the bind/connect succeeded
Trond Myklebust
1
-11
/
+24
2019-08-26
openvswitch: Fix conntrack cache with timeout
Yi-Hung Wei
1
-0
/
+13
2019-08-26
ipv4: mpls: fix mpls_xmit for iptunnel
Alexey Kodanev
1
-4
/
+4
2019-08-25
net: rds: add service level support in rds-info
Zhu Yanjun
4
-8
/
+22
2019-08-25
net: route dump netlink NLM_F_MULTI flag missing
John Fastabend
2
-8
/
+11
2019-08-25
sock: fix potential memory leak in proto_register()
zhanglin
1
-10
/
+21
2019-08-25
xfrm/xfrm_policy: fix dst dev null pointer dereference in collect_md mode
Hangbin Liu
1
-2
/
+2
2019-08-25
ipv4/icmp: fix rt dst dev null pointer dereference
Hangbin Liu
1
-1
/
+7
2019-08-25
openvswitch: Fix log message in ovs conntrack
Yi-Hung Wei
1
-1
/
+1
[next]