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
2013-01-31
qlcnic: Fix sparse check endian warnings
Shahed Shaikh
1
-1
/
+1
2013-01-31
bond: have random dev address by default instead of zeroes
Jiri Pirko
2
-19
/
+20
2013-01-30
net: disallow drivers with buggy VLAN accel to register_netdevice()
Michał Mirosław
3
-11
/
+10
2013-01-30
netfilter ipset: Use ipv6_addr_equal() where appropriate.
YOSHIFUJI Hideaki / 吉藤英明
7
-9
/
+9
2013-01-30
netfilter ip6table_mangle: Use ipv6_addr_equal() where appropriate.
YOSHIFUJI Hideaki / 吉藤英明
1
-2
/
+3
2013-01-30
xfrm: Convert xfrm_addr_cmp() to boolean xfrm_addr_equal().
YOSHIFUJI Hideaki / 吉藤英明
5
-47
/
+46
2013-01-30
xfrm: Use ipv6_addr_equal() where appropriate.
YOSHIFUJI Hideaki / 吉藤英明
2
-5
/
+12
2013-01-30
ipv6 mcast: Use ipv6_addr_equal() in ip6_mc_source().
YOSHIFUJI Hideaki / 吉藤英明
1
-3
/
+2
2013-01-30
Merge tag 'batman-adv-for-davem' of git://git.open-mesh.org/linux-merge
David S. Miller
1
-2
/
+2
2013-01-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
393
-1814
/
+3572
2013-01-30
ipv6: add anti-spoofing checks for 6to4 and 6rd
Hannes Frederic Sowa
1
-13
/
+41
2013-01-30
gianfar: Pack struct gfar_priv_grp into three cachelines
Claudiu Manoil
2
-51
/
+87
2013-01-30
gianfar: Cleanup gfar_parse_group() code
Claudiu Manoil
1
-18
/
+16
2013-01-30
gianfar: Optimize struct gfar_priv_tx_q for two cache lines
Claudiu Manoil
1
-13
/
+12
2013-01-30
ipv6: Fix inet6_csk_bind_conflict so it builds with user namespaces enabled
Eric W. Biederman
1
-1
/
+1
2013-01-30
pktgen: support net namespace
Cong Wang
1
-79
/
+117
2013-01-29
net: fec: add napi support to improve proformance
Frank Li
2
-7
/
+36
2013-01-29
ethoc: Cleanup driver format
Barry Grussling
1
-17
/
+17
2013-01-29
ip_gre: When TOS is inherited, use configured TOS value for non-IP packets
David Ward
1
-2
/
+2
2013-01-29
ipv4: introduce address lifetime
Jiri Pirko
4
-9
/
+220
2013-01-29
Merge branch 'ipfrags'
David S. Miller
6
-56
/
+118
2013-01-29
net: frag, move LRU list maintenance outside of rwlock
Jesper Dangaard Brouer
5
-14
/
+33
2013-01-29
net: use lib/percpu_counter API for fragmentation mem accounting
Jesper Dangaard Brouer
2
-8
/
+20
2013-01-29
net: frag helper functions for mem limit tracking
Jesper Dangaard Brouer
6
-33
/
+57
2013-01-29
net: cacheline adjust struct inet_frag_queue
Jesper Dangaard Brouer
1
-4
/
+5
2013-01-29
net: cacheline adjust struct inet_frags for better frag performance
Jesper Dangaard Brouer
1
-4
/
+7
2013-01-29
net: cacheline adjust struct netns_frags for better frag performance
Jesper Dangaard Brouer
1
-1
/
+4
2013-01-29
net: ks8851: convert to threaded IRQ
Felipe Balbi
1
-31
/
+12
2013-01-29
net neigh: Optimize neighbor entry size calculation.
YOSHIFUJI Hideaki / 吉藤英明
2
-10
/
+8
2013-01-29
net: avoid to hang up on sending due to sysctl configuration overflow.
bingtian.ly@taobao.com
2
-8
/
+17
2013-01-29
Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...
Linus Torvalds
6
-5
/
+33
2013-01-29
via-rhine: add 64bit statistics.
Jamie Gloudon
1
-8
/
+39
2013-01-29
drivers/net/phy/micrel_phy: Add support for new PHYs
David J. Choi
2
-5
/
+68
2013-01-29
net: phy: realtek: add rtl8211e driver
Giuseppe CAVALLARO
1
-6
/
+44
2013-01-29
netpoll: use the net namespace of current process instead of init_net
Cong Wang
1
-2
/
+4
2013-01-29
netpoll: use ipv6_addr_equal() to compare ipv6 addr
Cong Wang
1
-3
/
+3
2013-01-29
netpoll: add RCU annotation to npinfo field
Cong Wang
1
-1
/
+1
2013-01-29
Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...
David S. Miller
210
-4987
/
+7702
2013-01-29
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...
David S. Miller
12
-162
/
+76
2013-01-29
powerpc: Max next_tb to prevent from replaying timer interrupt
Tiejun Chen
1
-2
/
+7
2013-01-29
powerpc: kernel/kgdb.c: Fix memory leakage
Cong Ding
1
-2
/
+3
2013-01-29
powerpc/book3e: Disable interrupt after preempt_schedule_irq
Tiejun Chen
1
-0
/
+13
2013-01-29
powerpc/oprofile: Fix error in oprofile power7_marked_instr_event() function
Carl E. Love
1
-1
/
+1
2013-01-29
powerpc/pasemi: Fix crash on reboot
Steven Rostedt
1
-0
/
+7
2013-01-29
can: rework skb reserved data handling
Oliver Hartkopp
6
-13
/
+21
2013-01-29
Merge tag 'md-3.8-fixes' of git://neil.brown.name/md
Linus Torvalds
2
-64
/
+38
2013-01-29
powerpc: Fix MAX_STACK_TRACE_ENTRIES too low warning for ppc32
Li Zhong
1
-0
/
+2
2013-01-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-fixes
Linus Torvalds
1
-1
/
+6
2013-01-28
Merge tag 'iommu-fixes-v3.8-rc5' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-0
/
+34
2013-01-28
Merge tag 'mfd-for-linus-3.8-1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
24
-129
/
+314
[prev]
[next]