index
:
linux-stable.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
tipc: Add support for SO_RCVTIMEO socket option
Allan Stephens
2011-03-13
1
-15
/
+17
*
tipc: Cosmetic changes to node subscription code
Allan Stephens
2011-03-13
4
-13
/
+27
*
tipc: Prevent null pointer error when removing a node subscription
Allan Stephens
2011-03-13
2
-8
/
+10
*
tipc: Add network address mask helper routines
Allan Stephens
2011-03-13
3
-7
/
+16
*
tipc: Correct broadcast link peer info when displaying links
Allan Stephens
2011-03-13
1
-1
/
+1
*
tipc: Allow receiving into iovec containing multiple entries
Allan Stephens
2011-03-13
1
-23
/
+15
*
decnet: Convert to use flowidn where applicable.
David S. Miller
2011-03-12
10
-185
/
+196
*
net: Put fl6_* macros to struct flowi6 and use them again.
David S. Miller
2011-03-12
13
-61
/
+58
*
ipv6: Convert to use flowi6 where applicable.
David S. Miller
2011-03-12
35
-630
/
+632
*
net: Put fl4_* macros to struct flowi4 and use them again.
David S. Miller
2011-03-12
12
-50
/
+46
*
ipv4: Kill fib_semantic_match declaration from fib_lookup.h
David S. Miller
2011-03-12
1
-3
/
+0
*
net: Use flowi4 and flowi6 in xfrm layer.
David S. Miller
2011-03-12
6
-76
/
+89
*
net: Add flowi6_* member helper macros.
David S. Miller
2011-03-12
1
-0
/
+8
*
netfilter: Use flowi4 and flowi6 in xt_TCPMSS
David S. Miller
2011-03-12
1
-5
/
+10
*
netfilter: Use flowi4 and flowi6 in nf_conntrack_h323_main
David S. Miller
2011-03-12
1
-12
/
+20
*
ipv4: Use flowi4 in UDP
David S. Miller
2011-03-12
1
-6
/
+8
*
netfilter: Use flowi4 in nf_nat_standalone.c
David S. Miller
2011-03-12
1
-4
/
+5
*
ipv4: Use flowi4 in ipmr code.
David S. Miller
2011-03-12
1
-16
/
+17
*
ipv4: Use flowi4 in FIB layer.
David S. Miller
2011-03-12
3
-30
/
+31
*
ipv4: Use flowi4 in public route lookup interfaces.
David S. Miller
2011-03-12
14
-224
/
+231
*
ipv4: Use struct flowi4 internally in routing lookups.
David S. Miller
2011-03-12
1
-115
/
+115
*
ipv4: Pass ipv4 flow objects into fib_lookup() paths.
David S. Miller
2011-03-12
7
-20
/
+28
*
net: Add flowiX_to_flowi() shorthands.
David S. Miller
2011-03-12
1
-0
/
+15
*
net: Break struct flowi out into AF specific instances.
David S. Miller
2011-03-12
6
-69
/
+69
*
net: Make flowi ports AF dependent.
David S. Miller
2011-03-12
28
-129
/
+139
*
net: Create union flowi_uli
David S. Miller
2011-03-12
1
-23
/
+25
*
net: Create struct flowi_common
David S. Miller
2011-03-12
1
-9
/
+21
*
net: Put flowi_* prefix on AF independent members of struct flowi
David S. Miller
2011-03-12
56
-351
/
+365
*
xfrm: Eliminate "fl" and "pol" args to xfrm_bundle_ok().
David S. Miller
2011-03-12
1
-19
/
+3
*
net: Remove unnecessary padding in struct flowi
David S. Miller
2011-03-12
1
-10
/
+10
*
ipv4: Create and use route lookup helpers.
David S. Miller
2011-03-12
23
-326
/
+206
*
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/jkirsher...
David S. Miller
2011-03-12
29
-469
/
+1316
|
\
|
*
ixgbe: DCB, PFC not cleared until reset occurs
John Fastabend
2011-03-12
2
-51
/
+47
|
*
ixgbe: add support for VF Transmit rate limit using iproute2
Lior Levy
2011-03-12
5
-2
/
+93
|
*
ixgbe: DCB, set minimum bandwidth per traffic class
John Fastabend
2011-03-12
1
-1
/
+1
|
*
ixgbe: correct typo in define name
Emil Tantilov
2011-03-12
2
-3
/
+3
|
*
ixgbe: update PHY code to support 100Mbps as well as 1G/10G
Emil Tantilov
2011-03-12
4
-99
/
+245
|
*
ixgbe: remove timer reset to 0 on timeout
Emil Tantilov
2011-03-12
1
-6
/
+0
|
*
ixgbe: DCB during ifup use correct CEE or IEEE mode
John Fastabend
2011-03-12
1
-10
/
+20
|
*
ixgbe: IEEE 802.1Qaz, implement priority assignment table
John Fastabend
2011-03-12
5
-19
/
+36
|
*
ixgbe: DCB, missed translation from 8021Qaz TSA to CEE link strict
John Fastabend
2011-03-12
2
-25
/
+23
|
*
ixgbe: DCB: enable RSS to be used with DCB
John Fastabend
2011-03-12
2
-9
/
+25
|
*
ixgbe: enable ndo_tc_setup
John Fastabend
2011-03-12
1
-1
/
+23
|
*
ixgbe: DCB, use multiple Tx rings per traffic class
John Fastabend
2011-03-12
3
-168
/
+182
|
*
ixgbe: DCB remove ixgbe_fcoe_getapp routine
John Fastabend
2011-03-12
2
-30
/
+13
|
*
ixgbe: DCB, implement ieee_setapp dcbnl ops
John Fastabend
2011-03-12
1
-0
/
+30
|
*
ixgbe: DCB, implement capabilities flags
John Fastabend
2011-03-12
3
-36
/
+95
|
*
igb: Bump version to 3.0.6
Carolyn Wyborny
2011-03-12
1
-1
/
+6
|
*
igb: Add DMA Coalescing feature to driver
Carolyn Wyborny
2011-03-12
5
-1
/
+106
|
*
igb: Update NVM functions to work with i350 devices
Carolyn Wyborny
2011-03-12
7
-8
/
+306
[next]