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
2008-09-30
netdev: use const for some name functions
Stephen Hemminger
1
-2
/
+2
2008-09-26
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
David S. Miller
4
-11
/
+88
2008-09-25
Merge branch 'for-2.6.28' of git://git.marvell.com/mv643xx_eth into upstream-...
Jeff Garzik
2
-5
/
+10
2008-09-25
netxen: add pci ids
Dhananjay Phadke
1
-0
/
+10
2008-09-25
mac80211: clean up rate control API
Johannes Berg
1
-0
/
+68
2008-09-25
mac80211: mesh portal functionality support
YanBo
1
-0
/
+5
2008-09-25
cfg80211: show interface type
Johannes Berg
2
-2
/
+6
2008-09-25
cfg80211: fix code ordering in header file
Johannes Berg
1
-9
/
+9
2008-09-23
pkt_sched: Remove the tx queue state check in qdisc_run()
Jarek Poplawski
1
-4
/
+1
2008-09-23
tcp: Use SKB queue handling interfaces instead of by-hand versions.
David S. Miller
1
-25
/
+15
2008-09-23
net: Add skb_queue_walk_from() and skb_queue_walk_from_safe().
David S. Miller
1
-0
/
+9
2008-09-23
net: Add skb_queue_next().
David S. Miller
1
-0
/
+18
2008-09-23
tcp: Use skb_queue_is_last() instead of by-hand version.
David S. Miller
1
-3
/
+3
2008-09-23
net: Add skb_queue_is_last().
David S. Miller
1
-0
/
+13
2008-09-23
pkt_sched: Make qdisc->gso_skb a list.
David S. Miller
1
-1
/
+1
2008-09-23
sctp: Use skb_queue_walk_safe() and skb_queue_split_tail_init().
David S. Miller
1
-8
/
+2
2008-09-23
net: Fix bus in SKB queue splicing interfaces.
David S. Miller
1
-4
/
+4
2008-09-23
net: network device name ifalias support
Stephen Hemminger
3
-0
/
+5
2008-09-23
Phonet: emit errors when a packet cannot be delivered locally
Remi Denis-Courmont
2
-0
/
+37
2008-09-23
Phonet: proc interface for port range
Remi Denis-Courmont
1
-0
/
+3
2008-09-23
Phonet: provide MAC header operations
Remi Denis-Courmont
1
-0
/
+4
2008-09-23
Phonet: Phonet datagram transport protocol
Remi Denis-Courmont
1
-0
/
+6
2008-09-23
Phonet: common socket glue
Remi Denis-Courmont
2
-0
/
+26
2008-09-23
Phonet: Netlink interface
Remi Denis-Courmont
1
-0
/
+1
2008-09-23
Phonet: network device and address handling
Remi Denis-Courmont
1
-0
/
+50
2008-09-23
Phonet: PF_PHONET protocol family support
Remi Denis-Courmont
1
-0
/
+74
2008-09-23
Phonet: global definitions
Remi Denis-Courmont
5
-1
/
+147
2008-09-23
ipsec: Fix xfrm_state_walk race
Herbert Xu
2
-8
/
+4
2008-09-22
isdn: isdn_ppp: Use SKB list facilities instead of home-grown implementation.
David S. Miller
1
-1
/
+1
2008-09-22
net: Add new interfaces for SKB list light-weight init and splicing.
David S. Miller
1
-2
/
+94
2008-09-22
net: Remove __skb_insert() calls outside of skbuff internals.
David S. Miller
1
-2
/
+2
2008-09-21
tcp: don't clear retransmit_skb_hint when not necessary
Ilpo Järvinen
1
-1
/
+6
2008-09-21
tcp: reorganize retransmit code loops
Ilpo Järvinen
2
-2
/
+0
2008-09-21
tcp: convert retransmit_cnt_hint to seqno
Ilpo Järvinen
2
-1
/
+3
2008-09-21
tcp: Partial hint clearing has again become meaningless
Ilpo Järvinen
1
-6
/
+1
2008-09-20
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
David S. Miller
4
-39
/
+280
2008-09-20
Merge branch 'new-drivers' of master.kernel.org:/pub/scm/linux/kernel/git/jga...
David S. Miller
1
-0
/
+3
2008-09-19
net: Fix build with ARCH=um
David S. Miller
1
-0
/
+7
2008-09-19
phylib: allow incremental scanning of an mii bus
Lennert Buytenhek
1
-0
/
+2
2008-09-18
enic: add Cisco 10G Ethernet NIC driver
Scott Feldman
1
-0
/
+2
2008-09-18
atl2: add atl2 driver
Chris Snook
1
-0
/
+1
2008-09-16
mac80211: fix virtual interfaces vs. injection
Johannes Berg
1
-0
/
+1
2008-09-16
mac80211: share sta_info->ht_info
Johannes Berg
1
-0
/
+2
2008-09-16
mac80211: share sta->supp_rates
Johannes Berg
1
-0
/
+2
2008-09-16
mac80211: share STA information with driver
Johannes Berg
1
-5
/
+48
2008-09-16
mac80211: use nl80211 interface types
Johannes Berg
1
-31
/
+4
2008-09-16
mac80211: inform driver of basic rateset
Johannes Berg
1
-0
/
+6
2008-09-16
mac80211: fix scan vs. interface removal race
Johannes Berg
1
-1
/
+3
2008-09-16
cfg80211: Add new wireless regulatory infrastructure
Luis R. Rodriguez
4
-2
/
+214
2008-09-13
pkt_action: add new action skbedit
Alexander Duyck
3
-0
/
+79
[next]