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.12.y
linux-6.13.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
Age
Commit message (
Expand
)
Author
Files
Lines
2017-06-20
qed: Chain support for external PBL
Mintz, Yuval
10
-28
/
+56
2017-06-19
tcp: md5: add TCP_MD5SIG_EXT socket option to set a key address prefix
Ivan Delalande
5
-15
/
+41
2017-06-19
tcp: md5: add an address prefix for key lookup
Ivan Delalande
3
-16
/
+70
2017-06-19
cxgb4: notify uP to route ctrlq compl to rdma rspq
Raju Rangoju
1
-4
/
+6
2017-06-19
cxgb4: add new T6 pci device id's
Ganesh Goudar
1
-0
/
+3
2017-06-19
nfp: add VLAN filtering support
Pablo Cascón
2
-1
/
+100
2017-06-19
cxgb4: fix a NULL dereference
Ganesh Goudar
1
-1
/
+4
2017-06-19
liquidio: replace info-pointer mode with buffer-pointer-only mode
Prasad Kanneganti
11
-109
/
+37
2017-06-19
pptp: Remove unused variable in pptp_release()
Christos Gkekas
1
-2
/
+0
2017-06-19
liquidio: implement vlan filter enable and disable
Prasad Kanneganti
3
-10
/
+32
2017-06-18
net: dsa: Fix legacy probing
Florian Fainelli
1
-11
/
+8
2017-06-18
tls: update Kconfig
Dave Watson
1
-2
/
+5
2017-06-18
Merge branch 'net-remove-dst-garbage-collector-logic'
David S. Miller
17
-466
/
+218
2017-06-18
net: add debug atomic_inc_not_zero() in dst_hold()
Wei Wang
1
-1
/
+1
2017-06-18
net: reorder all the dst flags
Wei Wang
1
-5
/
+5
2017-06-18
net: remove DST_NOCACHE flag
Wei Wang
8
-25
/
+17
2017-06-18
net: remove DST_NOGC flag
Wei Wang
6
-19
/
+9
2017-06-18
net: remove dst gc related code
Wei Wang
3
-235
/
+0
2017-06-18
decnet: take dst->__refcnt when struct dn_route is created
Wei Wang
1
-17
/
+19
2017-06-18
xfrm: take refcnt of dst when creating struct xfrm_dst bundle
Wei Wang
3
-36
/
+32
2017-06-18
ipv6: get rid of icmp6 dst garbage collector
Wei Wang
3
-49
/
+1
2017-06-18
ipv6: mark DST_NOGC and remove the operation of dst_free()
Wei Wang
2
-45
/
+19
2017-06-18
ipv6: call dst_hold_safe() properly
Wei Wang
2
-4
/
+4
2017-06-18
ipv6: call dst_dev_put() properly
Wei Wang
1
-0
/
+2
2017-06-18
ipv6: take dst->__refcnt for insertion into fib6 tree
Wei Wang
3
-21
/
+50
2017-06-18
ipv4: mark DST_NOGC and remove the operation of dst_free()
Wei Wang
2
-16
/
+5
2017-06-18
ipv4: call dst_hold_safe() properly
Wei Wang
2
-4
/
+4
2017-06-18
ipv4: call dst_dev_put() properly
Wei Wang
2
-0
/
+6
2017-06-18
ipv4: take dst->__refcnt when caching dst in fib
Wei Wang
2
-4
/
+20
2017-06-18
net: introduce a new function dst_dev_put()
Wei Wang
2
-0
/
+25
2017-06-18
net: introduce DST_NOGC in dst_release() to destroy dst based on refcnt
Wei Wang
2
-3
/
+22
2017-06-18
net: use loopback dev when generating blackhole route
Wei Wang
2
-5
/
+6
2017-06-18
udp: call dst_hold_safe() in udp_sk_rx_set_dst()
Wei Wang
2
-16
/
+14
2017-06-18
ipv6: remove unnecessary dst_hold() in ip6_fragment()
Wei Wang
1
-4
/
+0
2017-06-16
Merge tag 'mlx5-updates-2017-06-16' of git://git.kernel.org/pub/scm/linux/ker...
David S. Miller
28
-124
/
+227
2017-06-16
net: dsa: add cross-chip multicast support
Vivien Didelot
1
-10
/
+20
2017-06-16
ibmvnic: driver initialization for kdump/kexec
Nathan Fontenot
1
-5
/
+19
2017-06-16
decnet: always not take dst->__refcnt when inserting dst into hash table
Wei Wang
1
-10
/
+4
2017-06-16
Merge branch 'rds-tcp-misc-bug-fixes'
David S. Miller
7
-37
/
+43
2017-06-16
rds: tcp: Set linger when rejecting an incoming conn in rds_tcp_accept_one
Sowmini Varadhan
1
-1
/
+18
2017-06-16
rds: tcp: various endian-ness fixes
Sowmini Varadhan
6
-13
/
+21
2017-06-16
rds: tcp: remove cp_outgoing
Sowmini Varadhan
4
-23
/
+4
2017-06-16
Merge branch 'dsa-loop-Driver-updates'
David S. Miller
1
-12
/
+82
2017-06-16
net: dsa: loop: Implement ethtool statistics
Florian Fainelli
1
-2
/
+77
2017-06-16
net: dsa: loop: Inline unregister_fixed_phys()
Florian Fainelli
1
-10
/
+5
2017-06-16
Merge branch 'pktgen-new-parameters'
David S. Miller
9
-25
/
+41
2017-06-16
pktgen: Specify the index of first thread
Tariq Toukan
8
-18
/
+27
2017-06-16
pktgen: Specify num packets per thread
Tariq Toukan
9
-8
/
+15
2017-06-16
Merge branch 'net-mvmdio-add-xMDIO-xSMI-support'
David S. Miller
2
-60
/
+164
2017-06-16
dt-bindings: orion-mdio: document the new xmdio compatible
Antoine Ténart
1
-4
/
+6
[next]