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
Age
Commit message (
Expand
)
Author
Files
Lines
2009-06-14
Bluetooth: Fix Kconfig issue with RFKILL integration
Marcel Holtmann
1
-1
/
+2
2009-06-14
PIM-SM: namespace changes
Tom Goff
2
-20
/
+29
2009-06-14
ipv4: update ARPD help text
Timo Teräs
1
-22
/
+13
2009-06-14
net: use a deferred timer in rt_check_expire
Eric Dumazet
1
-3
/
+8
2009-06-14
ieee802154: fix kconfig bool/tristate muckup
Randy Dunlap
1
-1
/
+1
2009-06-14
bonding: initialization rework
Stephen Hemminger
1
-37
/
+30
2009-06-14
bonding: use is_zero_ether_addr
Stephen Hemminger
1
-2
/
+2
2009-06-14
bonding: network device names are case sensative
Stephen Hemminger
2
-53
/
+57
2009-06-14
bonding: elminate bad refcount code
Stephen Hemminger
1
-21
/
+0
2009-06-14
bonding: fix style issues
Stephen Hemminger
2
-497
/
+460
2009-06-14
bonding: fix destructor
Stephen Hemminger
3
-15
/
+9
2009-06-14
bonding: remove bonding read/write semaphore
Stephen Hemminger
3
-36
/
+6
2009-06-14
bonding: initialize before registration
Stephen Hemminger
1
-4
/
+4
2009-06-14
bonding: bond_create always called with default parameters
Stephen Hemminger
3
-9
/
+8
2009-06-14
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/same...
David S. Miller
6
-1
/
+1016
2009-06-14
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...
David S. Miller
12
-220
/
+431
2009-06-13
x_tables: Convert printk to pr_err
Joe Perches
1
-8
/
+8
2009-06-13
netfilter: conntrack: optional reliable conntrack event delivery
Pablo Neira Ayuso
6
-35
/
+166
2009-06-13
list_nulls: add hlist_nulls_add_head and hlist_nulls_del
Pablo Neira Ayuso
1
-0
/
+18
2009-06-13
netfilter: conntrack: move helper destruction to nf_ct_helper_destroy()
Pablo Neira Ayuso
3
-10
/
+17
2009-06-13
netfilter: conntrack: move event caching to conntrack extension infrastructure
Pablo Neira Ayuso
6
-163
/
+223
2009-06-13
netfilter: nf_conntrack: use mod_timer_pending() for conntrack refresh
Patrick McHardy
1
-11
/
+6
2009-06-13
netfilter: nf_log: fix sleeping function called from invalid context
Patrick McHardy
1
-3
/
+3
2009-06-13
net: use symbolic values for ndo_start_xmit() return codes
Patrick McHardy
81
-109
/
+109
2009-06-13
net: fix network drivers ndo_start_xmit() return values (part 8)
Patrick McHardy
2
-5
/
+4
2009-06-13
net: fix network drivers ndo_start_xmit() return values (part 7)
Patrick McHardy
1
-1
/
+2
2009-06-13
net: fix network drivers ndo_start_xmit() return values (part 6)
Patrick McHardy
1
-2
/
+2
2009-06-13
net: fix network drivers ndo_start_xmit() return values (part 5)
Patrick McHardy
1
-6
/
+0
2009-06-13
net: fix network drivers ndo_start_xmit() return values (part 4)
Patrick McHardy
1
-3
/
+3
2009-06-13
net: fix network drivers ndo_start_xmit() return values (part 3)
Patrick McHardy
5
-13
/
+10
2009-06-13
net: fix network drivers ndo_start_xmit() return values (part 2)
Patrick McHardy
6
-24
/
+9
2009-06-13
net: fix network driver ndo_start_xmit() return values (part 1)
Patrick McHardy
4
-8
/
+8
2009-06-13
irda: add git tree to MAINTAINERS file
Samuel Ortiz
1
-0
/
+1
2009-06-13
irda: smsc wait count reaches -1
Roel Kluin
1
-1
/
+1
2009-06-13
irda: new Blackfin on-chip SIR IrDA driver
Graff Yang
4
-0
/
+1014
2009-06-12
bridge: Simplify interface for ATM LANE
Michał Mirosław
5
-58
/
+44
2009-06-12
[PATCH] net core: Some interface flags not returned by SIOCGIFFLAGS
John Dykstra
2
-4
/
+1
2009-06-12
virtio_net: Fix IP alignment on non-mergeable RX path
Herbert Xu
1
-1
/
+2
2009-06-12
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...
David S. Miller
40
-699
/
+1459
2009-06-12
net: ntohs() misuse
Eric Dumazet
3
-4
/
+4
2009-06-12
Merge branch 'linux-2.6.31.y' of git://git.kernel.org/pub/scm/linux/kernel/gi...
David S. Miller
14
-153
/
+320
2009-06-12
netfilter: ip_tables: fix build error
Patrick McHardy
1
-1
/
+1
2009-06-11
wimax: fix gcc warnings in sh4 when calling BUG()
Inaky Perez-Gonzalez
2
-2
/
+6
2009-06-11
wimax: fix warning caused by not checking retval of rfkill_set_hw_state()
Inaky Perez-Gonzalez
1
-1
/
+2
2009-06-11
mISDN: cleanup mISDNhw.h
Karsten Keil
1
-10
/
+0
2009-06-11
mISDN: Do not disable IRQ in ph_data_ind()
Karsten Keil
1
-5
/
+2
2009-06-11
drivers/isdn/i4l/isdn_tty.c: fix check for array overindexing
Roel Kluin
1
-1
/
+1
2009-06-11
mISDN: Free hfcpci IRQ if init was not successful
Andreas Mohr
1
-4
/
+3
2009-06-11
mISDN: Fix overlapping data access
Karsten Keil
1
-6
/
+5
2009-06-11
ISDN:Fix DMA alloc for hfcpci
Karsten Keil
2
-12
/
+31
[next]