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
2009-02-07
r8169: Don't update statistics counters when interface is down
Ivan Vecera
1
-35
/
+58
2009-02-07
ixgbe: Defeature Tx Head writeback
Peter P Waskiewicz Jr
1
-37
/
+23
2009-02-07
ixgbe: Update flow control state machine in link setup
Peter P Waskiewicz Jr
7
-122
/
+327
2009-02-06
udp: Fix potential wrong ip_hdr(skb) pointers
Jesper Dangaard Brouer
1
-2
/
+4
2009-02-06
forcedeth: enable msix to default
Yinghai Lu
1
-1
/
+1
2009-02-06
forcedeth: ck804 and mcp55 doesn't need timerirq
Yinghai Lu
1
-4
/
+4
2009-02-06
forcedeth: disable irq at first before schedule rx
Yinghai Lu
1
-2
/
+2
2009-02-06
forcedeth: don't clear nic_poll_irq too early
Yinghai Lu
1
-3
/
+5
2009-02-06
forcedeth: make msi-x different name for rx-tx
Yinghai Lu
1
-3
/
+14
2009-02-06
neigh: some entries can be skipped during dumping
Gautam Kachroo
1
-6
/
+8
2009-02-06
ipv6: Disallow rediculious flowlabel option sizes.
David S. Miller
1
-2
/
+6
2009-02-06
netlink: change return-value logic of netlink_broadcast()
Pablo Neira Ayuso
9
-48
/
+28
2009-02-06
e1000e: normalize usage of serdes_has_link
Alex Chiang
2
-3
/
+3
2009-02-06
ixgbe: Display EEPROM version in ethtool -i queries
Peter P Waskiewicz Jr
3
-1
/
+13
2009-02-06
ixgbe: Update link setup code to better support autonegotiation of speed
Peter P Waskiewicz Jr
4
-80
/
+49
2009-02-06
ixgbe: Refactor set_num_queues() and cache_ring_register()
Peter P Waskiewicz Jr
1
-104
/
+118
2009-02-06
gro: Fix frag_list merging on imprecisely split packets
Herbert Xu
2
-1
/
+13
2009-02-06
net: fix some trailing whitespaces
Graf Yang
2
-9
/
+9
2009-02-06
tun: Limit amount of queued packets per device
Herbert Xu
3
-53
/
+118
2009-02-06
Revert "tcp: Always set urgent pointer if it's beyond snd_nxt"
David S. Miller
1
-8
/
+4
2009-02-06
ipv6: Copy cork options in ip6_append_data
Herbert Xu
1
-15
/
+52
2009-02-06
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
David S. Miller
3
-0
/
+7
2009-02-06
udp: Fix UDP short packet false positive
Jesper Dangaard Brouer
1
-1
/
+2
2009-02-05
net: Reexport sock_alloc_send_pskb
Herbert Xu
2
-4
/
+9
2009-02-05
net: Partially allow skb destructors to be used on receive path
Herbert Xu
2
-0
/
+3
2009-02-05
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
3
-3
/
+5
2009-02-05
Merge branch 'master' of /home/davem/src/GIT/linux-2.6/
David S. Miller
148
-1791
/
+2431
2009-02-05
gianfar: Fix stashing support
Andy Fleming
3
-3
/
+38
2009-02-05
gianfar: Add support for skb recycling
Andy Fleming
2
-4
/
+21
2009-02-05
netdev: Merge UCC and gianfar MDIO bus drivers
Andy Fleming
12
-490
/
+549
2009-02-05
gianfar: Fix potential soft reset race
Andy Fleming
1
-0
/
+3
2009-02-05
gianfar: Fix BD_LENGTH_MASK definition
Andy Fleming
1
-1
/
+1
2009-02-05
virtio_net: Allow setting the MAC address of the NIC
Alex Williamson
1
-2
/
+21
2009-02-05
virtio_net: Add support for VLAN filtering in the hypervisor
Alex Williamson
2
-1
/
+44
2009-02-05
virtio_net: Add a MAC filter table
Alex Williamson
2
-8
/
+70
2009-02-05
virtio_net: Add a set_rx_mode interface
Alex Williamson
2
-1
/
+44
2009-02-05
virtio_net: Add a virtqueue for outbound control commands
Alex Williamson
2
-3
/
+83
2009-02-05
cxgb3: Fix lro switch
Divy Le Ray
1
-2
/
+1
2009-02-05
iwlwifi: save PCI state before suspend, restore after resume
Reinette Chatre
2
-0
/
+4
2009-02-05
iwlwifi: clean key table in iwl_clear_stations_table
Reinette Chatre
1
-0
/
+3
2009-02-04
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/coo...
Linus Torvalds
59
-867
/
+985
2009-02-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6
Linus Torvalds
17
-284
/
+548
2009-02-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
21
-57
/
+93
2009-02-04
Merge branch 'for-linus' of git://git.o-hand.com/linux-mfd
Linus Torvalds
1
-1
/
+0
2009-02-04
Blackfin arch: Remove outdated code
Michael Hennerich
1
-23
/
+1
2009-02-04
Blackfin arch: Fix udelay implementation
Michael Hennerich
1
-6
/
+5
2009-02-04
Blackfin arch: Update Copyright information
Michael Hennerich
1
-1
/
+1
2009-02-04
Blackfin arch: Add BF561 PPI POLS, POLC Masks
Michael Hennerich
1
-0
/
+2
2009-02-04
Blackfin arch: Update CM-BF527 kernel config
Michael Hennerich
1
-124
/
+321
2009-02-04
Blackfin arch: define bfin_memmap as static since it is only used here
Mike Frysinger
1
-1
/
+1
[prev]
[next]