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
2013-12-19
net-qdisc-hhf: Heavy-Hitter Filter (HHF) qdisc
Terry Lam
4
-0
/
+781
2013-12-19
3c59x: Add software timestamping
Matthew Whitehead
1
-0
/
+4
2013-12-19
lib: hash: follow-up fixups for arch hash
Francesco Fusco
2
-2
/
+3
2013-12-19
isdn: use strlcpy() instead strcpy()
Dan Carpenter
1
-1
/
+1
2013-12-19
bridge: spelling fixes
tanxiaojun
3
-3
/
+3
2013-12-19
ipv6: support IPV6_PMTU_INTERFACE on sockets
Hannes Frederic Sowa
9
-7
/
+28
2013-12-19
ipv4: new ip_no_pmtu_disc mode to always discard incoming frag needed msgs
Hannes Frederic Sowa
2
-3
/
+11
2013-12-19
inet: make no_pmtu_disc per namespace and kill ipv4_config
Hannes Frederic Sowa
7
-20
/
+12
2013-12-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
694
-3306
/
+6350
2013-12-19
net: vmxnet3 calls skb_set_hash
Tom Herbert
1
-1
/
+2
2013-12-19
net: sun-niu calls skb_set_hash
Tom Herbert
1
-4
/
+6
2013-12-19
net: sfc calls skb_set_hash
Tom Herbert
1
-1
/
+2
2013-12-19
net: vxge calls skb_set_hash
Tom Herbert
1
-1
/
+2
2013-12-19
net: mlx4 calls skb_set_hash
Tom Herbert
1
-2
/
+6
2013-12-19
net: sky2 calls skb_set_hash
Tom Herbert
1
-3
/
+3
2013-12-19
net: emulex-benet calls skb_set_hash
Tom Herbert
1
-2
/
+2
2013-12-19
net: cisco-enic calls skb_set_hash
Tom Herbert
1
-5
/
+6
2013-12-19
net: cxgb4 calls skb_set_hash
Tom Herbert
1
-2
/
+4
2013-12-19
net: bnx2x calls skb_set_hash
Tom Herbert
1
-4
/
+7
2013-12-19
net: bnx2 calls skb_set_hash
Tom Herbert
1
-1
/
+2
2013-12-18
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...
David S. Miller
12
-419
/
+243
2013-12-18
net_sched: convert tcf_proto_ops to use struct list_head
WANG Cong
2
-11
/
+9
2013-12-18
net_sched: convert tc_action_ops to use struct list_head
WANG Cong
2
-12
/
+10
2013-12-18
net_sched: convert tcf_hashinfo to hlist and use spinlock
WANG Cong
3
-72
/
+58
2013-12-18
net_sched: init struct tcf_hashinfo at register time
WANG Cong
11
-95
/
+97
2013-12-18
net_sched: cls: refactor out struct tcf_ext_map
WANG Cong
11
-114
/
+69
2013-12-18
net_sched: act: use standard struct list_head
WANG Cong
13
-99
/
+101
2013-12-18
net_sched: remove get_stats from tc_action_ops
WANG Cong
2
-5
/
+0
2013-12-18
igb: Change to use statically allocated array for MSIx entries
Carolyn Wyborny
3
-29
/
+24
2013-12-18
igb: Fix queue allocation method to accommodate changing during runtime
Carolyn Wyborny
1
-22
/
+44
2013-12-18
ixgbe: Start temperature sensor attribute index with 1
Guenter Roeck
1
-4
/
+4
2013-12-18
ixgbe: Convert to use devm_hwmon_device_register_with_groups
Guenter Roeck
2
-48
/
+36
2013-12-18
ixgbevf: add DCB configuration into queue setup
Don Skidmore
2
-138
/
+91
2013-12-18
i40e: make functions static and remove dead code
Stephen Hemminger
3
-90
/
+4
2013-12-18
i40e: Fix off by one in i40e_dbg_command_write
Alan Cox
1
-1
/
+1
2013-12-18
i40e: Bump version number
Catherine Sullivan
1
-1
/
+1
2013-12-18
i40e: Fix wrong mask bits being used in misc interrupt
Anjali Singhai Jain
1
-2
/
+2
2013-12-18
i40e: more print_hex_dump use
Shannon Nelson
1
-19
/
+11
2013-12-18
i40e: fix up scanf decoders
Shannon Nelson
1
-3
/
+3
2013-12-18
i40e: simplify error messages for dump descriptor
Shannon Nelson
1
-14
/
+2
2013-12-18
i40e: prevent null pointer exception in dump descriptor
Shannon Nelson
1
-0
/
+6
2013-12-18
Merge branch 'phy_checkpatch'
David S. Miller
10
-153
/
+153
2013-12-18
net: phy: spi_ks8995: fix checkpatch errors
Florian Fainelli
1
-2
/
+2
2013-12-18
net: phy: fix checkpatch errors
Florian Fainelli
2
-139
/
+139
2013-12-18
net: phy: micrel: fix checkpath errors
Florian Fainelli
1
-2
/
+2
2013-12-18
net: phy: mdio_bus: fix checkpath error
Florian Fainelli
1
-2
/
+2
2013-12-18
net: phy: lxt: fix checkpath errors
Florian Fainelli
1
-2
/
+2
2013-12-18
net: phy: icplus: fix checkpath error
Florian Fainelli
1
-1
/
+1
2013-12-18
net: phy: dp83640: fix checkpath error
Florian Fainelli
1
-2
/
+2
2013-12-18
net: phy: davicom: fix checkpath errors
Florian Fainelli
1
-1
/
+1
[next]