index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
linux
Age
Commit message (
Expand
)
Author
Files
Lines
2008-12-05
nl80211: relicense nl80211.h under the ISC
Luis R. Rodriguez
1
-1
/
+20
2008-12-05
nl80211: Add frequency configuration (including HT40)
Jouni Malinen
1
-2
/
+21
2008-12-03
atm: 32-bit ioctl compatibility
David Woodhouse
2
-3
/
+29
2008-12-02
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
David S. Miller
11
-18
/
+32
2008-12-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
1
-1
/
+1
2008-12-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6
Linus Torvalds
1
-0
/
+8
2008-12-02
nfsd: fix vm overcommit crash fix #2
Junjiro R. Okajima
1
-4
/
+8
2008-12-02
amd74xx: workaround unreliable AltStatus register for nVidia controllers
Bartlomiej Zolnierkiewicz
1
-0
/
+8
2008-12-01
lib/idr.c: fix rcu related race with idr_find
Manfred Spraul
1
-1
/
+2
2008-12-01
epoll: introduce resource usage limits
Davide Libenzi
1
-0
/
+4
2008-12-01
Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-dev
Linus Torvalds
1
-0
/
+1
2008-12-01
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband
Linus Torvalds
1
-0
/
+1
2008-12-01
libata: blacklist Seagate drives which time out FLUSH_CACHE when used with NCQ
Tejun Heo
1
-0
/
+1
2008-11-30
Merge master.kernel.org:/home/rmk/linux-2.6-arm
Linus Torvalds
1
-0
/
+2
2008-11-30
Merge branch 'irq-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
Linus Torvalds
1
-8
/
+3
2008-11-30
remove __ARCH_WANT_COMPAT_SYS_PTRACE
Christoph Hellwig
1
-2
/
+0
2008-11-30
hotplug_memory_notifier section annotation
Al Viro
1
-1
/
+1
2008-11-30
meminit section warnings
Al Viro
1
-2
/
+2
2008-11-28
mlx4_core: Save/restore default port IB capability mask
Jack Morgenstein
1
-0
/
+1
2008-11-28
phy: power management support
Giuseppe Cavallaro
1
-0
/
+2
2008-11-28
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-next-2.6
David S. Miller
3
-1
/
+6
2008-11-27
Allow architectures to override copy_user_highpage()
Russell King
1
-0
/
+2
2008-11-26
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
David S. Miller
1
-1
/
+1
2008-11-26
nl80211: Change max TX power to be in mBm instead of dBm
Jouni Malinen
1
-1
/
+2
2008-11-26
rfkill: preserve state across suspend
Henrique de Moraes Holschuh
1
-0
/
+1
2008-11-26
nl80211: Report max TX power in NL80211_BAND_ATTR_FREQS
Jouni Malinen
1
-0
/
+4
2008-11-25
cfg80211/mac80211: Add 802.11d support
Luis R. Rodriguez
1
-0
/
+62
2008-11-25
DCB: fix kconfig option
Jeff Kirsher
1
-2
/
+2
2008-11-25
netdev: add HAVE_NET_DEVICE_OPS
Stephen Hemminger
1
-0
/
+1
2008-11-24
tcp: add some mibs to track collapsing
Ilpo Järvinen
1
-0
/
+3
2008-11-24
tcp: Try to restore large SKBs while SACK processing
Ilpo Järvinen
1
-0
/
+33
2008-11-24
netfilter: xtables: add missing const qualifier to xt_tgchk_param
Jan Engelhardt
1
-1
/
+1
2008-11-23
eth: Declare an optimized compare_ether_addr_64bits() function
Eric Dumazet
1
-0
/
+42
2008-11-23
dccp: Set per-connection CCIDs via socket options
Gerrit Renker
1
-0
/
+5
2008-11-23
irq.h: fix missing/extra kernel-doc
Randy Dunlap
1
-2
/
+1
2008-11-23
Merge commit 'v2.6.28-rc6' into irq/urgent
Ingo Molnar
21
-56
/
+230
2008-11-21
netdevice hdlc: Convert directly reference of netdev->priv
Wang Chen
1
-1
/
+1
2008-11-20
DCB: Add support for DCB BCN
Alexander Duyck
1
-1
/
+43
2008-11-20
DCB: Add interface to query the state of PFC feature.
Alexander Duyck
1
-0
/
+2
2008-11-20
DCB: Add interface to query # of TCs supported by device
Alexander Duyck
1
-0
/
+27
2008-11-20
DCB: Add interface to query for the DCB capabilities of an device.
Alexander Duyck
1
-0
/
+37
2008-11-20
ixgbe: this patch adds support for DCB to the kernel and ixgbe driver
Alexander Duyck
3
-0
/
+243
2008-11-20
hippi: convert driver to net_device_ops
Stephen Hemminger
1
-1
/
+3
2008-11-20
fddi: convert to new network device ops
Stephen Hemminger
1
-0
/
+1
2008-11-20
netdev: add more functions to netdevice ops
Stephen Hemminger
1
-13
/
+26
2008-11-20
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
David S. Miller
3
-10
/
+3
2008-11-20
netfilter: ip{,6}t_policy.h should include xp_policy.h
Andy Whitcroft
2
-0
/
+4
2008-11-20
pkt_sched: add DRR scheduler
Patrick McHardy
1
-0
/
+16
2008-11-20
netlink: avoid memset of 0 bytes sparse warning
Patrick McHardy
1
-1
/
+2
2008-11-20
filter: add SKF_AD_NLATTR_NEST to look for nested attributes
Pablo Neira Ayuso
1
-1
/
+2
[next]