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
path:
root
/
net
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: arp: use assignment
Changli Gao
2010-12-06
1
-1
/
+1
*
af_packet: remove pgv.flags
Changli Gao
2010-12-06
1
-15
/
+5
*
af_packet: use vmalloc_to_page() instead for the addresss returned by vmalloc()
Changli Gao
2010-12-06
1
-17
/
+19
*
net: kill an RCU warning in inet_fill_link_af()
Eric Dumazet
2010-12-06
1
-4
/
+4
*
filter: add SKF_AD_RXHASH and SKF_AD_CPU
Eric Dumazet
2010-12-06
1
-0
/
+6
*
net: Fix too optimistic NETIF_F_HW_CSUM features
Michał Mirosław
2010-12-06
2
-3
/
+8
*
net: don't reallocate skb->head unless the current one hasn't the needed extr...
Changli Gao
2010-12-03
1
-11
/
+23
*
tipc: Delete tipc_ownidentity()
Allan Stephens
2010-12-02
3
-10
/
+2
*
tipc: Eliminate obsolete native API forwarding routines
Allan Stephens
2010-12-02
2
-87
/
+15
*
tipc: Eliminate an unused symbolic constant in link code
Allan Stephens
2010-12-02
1
-6
/
+0
*
tipc: Eliminate useless initialization when creating subscriber
Allan Stephens
2010-12-02
1
-1
/
+1
*
tipc: Remove unused domain argument from multicast send routine
Allan Stephens
2010-12-02
3
-3
/
+2
*
tipc: Remove support for TIPC mode change callback
Allan Stephens
2010-12-02
4
-53
/
+5
*
tipc: Delete useless function prototypes
Allan Stephens
2010-12-02
4
-4
/
+0
*
tipc: Eliminate useless return value when disabling a bearer
Allan Stephens
2010-12-02
1
-4
/
+5
*
tipc: Delete unused configuration service structure definition
Allan Stephens
2010-12-02
1
-7
/
+0
*
tipc: Remove obsolete inclusions of header files
Allan Stephens
2010-12-02
22
-77
/
+0
*
tipc: Remove obsolete native API files and exports
Allan Stephens
2010-12-02
11
-58
/
+382
*
ipv6: use ND_REACHABLE_TIME and ND_RETRANS_TIMER instead of magic number
Shan Wei
2010-12-02
1
-12
/
+12
*
tcp: use TCP_BASE_MSS to set basic mss value
Shan Wei
2010-12-02
1
-1
/
+1
*
tcp: Implement ipv6 ->get_peer() and ->tw_get_peer().
David S. Miller
2010-12-02
1
-4
/
+18
*
tcp: Add timewait recycling bits to ipv6 connect code.
David S. Miller
2010-12-02
2
-25
/
+77
*
ipv6: Create inet6_csk_route_req().
David S. Miller
2010-12-02
1
-0
/
+32
*
timewait_sock: Create and use getpeer op.
David S. Miller
2010-12-01
3
-37
/
+54
*
inetpeer: Kill use of inet_peer_address_t typedef.
David S. Miller
2010-12-01
1
-4
/
+4
*
ipip: add module alias for tunl0 tunnel device
stephen hemminger
2010-12-01
1
-0
/
+1
*
gre: add module alias for gre0 tunnel device
stephen hemminger
2010-12-01
1
-0
/
+1
*
gre: minor cleanups
stephen hemminger
2010-12-01
1
-2
/
+2
*
net sched: use xps information for qdisc NUMA affinity
Eric Dumazet
2010-12-01
3
-4
/
+17
*
inet: Turn ->remember_stamp into ->get_peer in connection AF ops.
David S. Miller
2010-11-30
3
-32
/
+42
*
ipv6: Add infrastructure to bind inet_peer objects to routes.
David S. Miller
2010-11-30
2
-0
/
+20
*
inetpeer: Add v6 peers tree, abstract root properly.
David S. Miller
2010-11-30
1
-9
/
+18
*
inetpeer: Abstract address comparisons.
David S. Miller
2010-11-30
1
-8
/
+27
*
inetpeer: Make inet_getpeer() take an inet_peer_adress_t pointer.
David S. Miller
2010-11-30
4
-9
/
+9
*
inetpeer: Introduce inet_peer_address_t.
David S. Miller
2010-11-30
2
-9
/
+9
*
inetpeer: Abstract out the tree root accesses.
David S. Miller
2010-11-30
1
-50
/
+69
*
Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...
David S. Miller
2010-11-29
25
-135
/
+606
|
\
|
*
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
2010-11-24
25
-135
/
+606
|
|
\
|
|
*
mac80211: implement packet loss notification
Johannes Berg
2010-11-24
2
-0
/
+25
|
|
*
cfg80211: allow using CQM event to notify packet loss
Johannes Berg
2010-11-24
3
-0
/
+61
|
|
*
mac80211: avoid aggregation for VO traffic
Luis R. Rodriguez
2010-11-24
1
-0
/
+3
|
|
*
mac80211: reduce the number of retries for nullfunc probing
Felix Fietkau
2010-11-24
1
-1
/
+8
|
|
*
mac80211: use nullfunc instead of probe request for connection monitoring
Felix Fietkau
2010-11-24
3
-26
/
+72
|
|
*
cfg80211/mac80211: improve ad-hoc multicast rate handling
Felix Fietkau
2010-11-24
3
-17
/
+47
|
|
*
mac80211: probe the AP when resuming
Felix Fietkau
2010-11-24
1
-0
/
+1
|
|
*
mac80211: calculate beacon loss time accurately
Felix Fietkau
2010-11-24
2
-4
/
+13
|
|
*
mac80211: restart beacon miss timer on system resume from suspend
Felix Fietkau
2010-11-24
1
-0
/
+1
|
|
*
net/wireless: Use pr_<level> and netdev_<level>
Joe Perches
2010-11-24
6
-56
/
+44
|
|
*
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
2010-11-24
7
-13
/
+80
|
|
|
\
|
|
*
|
Revert "nl80211/mac80211: Report signal average"
John W. Linville
2010-11-24
6
-12
/
+1
[next]