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.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
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2012-05-16
tokenring: delete all remaining driver support
Paul Gortmaker
4
-514
/
+0
2012-05-16
net: delete all instances of special processing for token ring
Paul Gortmaker
5
-80
/
+2
2012-05-16
atm: remove the coupling to token ring support
Paul Gortmaker
1
-7
/
+0
2012-05-15
net: Add net_ratelimited_function and net_<level>_ratelimited macros
Joe Perches
1
-0
/
+23
2012-05-15
linux/ethtool: Added macro ETH_FW_DUMP_DISABLE
Manish chopra
1
-1
/
+6
2012-05-15
stmmac: add mixed burst for DMA
Giuseppe CAVALLARO
1
-0
/
+1
2012-05-15
codel: use u16 field instead of 31bits for rec_inv_sqrt
Eric Dumazet
1
-10
/
+15
2012-05-15
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
David S. Miller
3
-0
/
+38
2012-05-13
etherdevice: Remove now unused compare_ether_addr_64bits
Joe Perches
1
-33
/
+13
2012-05-12
fq_codel: Fair Queue Codel AQM
Eric Dumazet
1
-0
/
+54
2012-05-12
codel: use Newton method instead of sqrt() and divides
Eric Dumazet
1
-31
/
+37
2012-05-12
usb/net: rndis: move bus message definition
Linus Walleij
1
-6
/
+5
2012-05-12
usb/net: rndis: fixup a few name prefixes
Linus Walleij
1
-55
/
+52
2012-05-12
usb/net: rndis: merge command codes
Linus Walleij
1
-17
/
+0
2012-05-12
usb/net: rndis: move and namespace PnP defines
Linus Walleij
1
-15
/
+12
2012-05-12
usb/net: rndis: delete duplicate packet types
Linus Walleij
1
-13
/
+0
2012-05-12
usb/net: rndis: merge media type definitions
Linus Walleij
1
-38
/
+22
2012-05-12
usb/net: rndis: group all status codes together
Linus Walleij
1
-81
/
+76
2012-05-12
usb/net: rndis: delete surplus defines
Linus Walleij
1
-4
/
+0
2012-05-12
usb/net: rndis: merge duplicate 802_* OIDs
Linus Walleij
1
-49
/
+27
2012-05-12
usb/net: rndis: eliminate first set of duplicate OIDs
Linus Walleij
1
-85
/
+23
2012-05-12
usb/net: rndis: remove ambigous status codes
Linus Walleij
1
-28
/
+3
2012-05-12
usb/net: rndis: break out <linux/rndis.h> defines
Linus Walleij
2
-64
/
+563
2012-05-12
usb/net: rndis: inline the cpu_to_le32() macro
Linus Walleij
1
-42
/
+42
2012-05-11
codel: Controlled Delay AQM
Eric Dumazet
2
-0
/
+358
2012-05-11
etherdevice.h: Add ether_addr_equal_64bits
Joe Perches
1
-0
/
+20
2012-05-11
tcp: Move rcvq sending to tcp_input.c
Pavel Emelyanov
1
-2
/
+1
2012-05-10
Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh...
David S. Miller
1
-0
/
+33
2012-05-10
ethtool: Extend the ethtool API to obtain plugin module eeprom data
Stuart Hodgson
1
-0
/
+33
2012-05-10
etherdevice.h: Add ether_addr_equal
Joe Perches
1
-0
/
+12
2012-05-09
netfilter: hashlimit: byte-based limit mode
Florian Westphal
1
-1
/
+9
2012-05-09
netfilter: add xt_hmark target for hash-based skb marking
Hans Schillstrom
1
-0
/
+45
2012-05-09
netfilter: ip6_tables: add flags parameter to ipv6_find_hdr()
Hans Schillstrom
1
-1
/
+6
2012-05-09
{nl,cfg,mac}80211: Allow user to see/configure HT protection mode
Ashok Nagarajan
2
-0
/
+4
2012-05-09
mac80211: Framework to get wifi-driver stats via ethtool.
Ben Greear
1
-0
/
+17
2012-05-09
cfg80211: Add framework to support ethtool stats.
Ben Greear
1
-0
/
+17
2012-05-08
Merge branch 'master' of git://1984.lsi.us.es/net-next
David S. Miller
9
-92
/
+96
2012-05-08
netfilter: remove ip_queue support
Pablo Neira Ayuso
3
-74
/
+1
2012-05-08
netfilter: nf_conntrack: fix explicit helper attachment and NAT
Pablo Neira Ayuso
1
-0
/
+4
2012-05-08
ipvs: add support for sync threads
Pablo Neira Ayuso
1
-9
/
+25
2012-05-08
ipvs: reduce sync rate with time thresholds
Julian Anastasov
1
-2
/
+28
2012-05-08
ipvs: wakeup master thread
Pablo Neira Ayuso
1
-0
/
+29
2012-05-08
ipvs: always update some of the flags bits in backup
Julian Anastasov
1
-0
/
+5
2012-05-08
netfilter: nf_conntrack: use this_cpu_inc()
Eric Dumazet
1
-8
/
+2
2012-05-08
netfilter: nf_ct_helper: allow to disable automatic helper assignment
Eric Leblond
2
-2
/
+5
2012-05-08
etherdev.h: Convert int is_<foo>_ether_addr to bool
Joe Perches
1
-6
/
+6
2012-05-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
19
-40
/
+122
2012-05-08
netdev/of/phy: Add MDIO bus multiplexer support.
David Daney
1
-0
/
+21
2012-05-08
netdev/of/phy: New function: of_mdio_find_bus().
David Daney
1
-0
/
+2
2012-05-08
net: compare_ether_addr[_64bits]() has no ordering
Johannes Berg
1
-5
/
+6
[next]