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
/
net
/
ipv4
/
af_inet.c
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2007-07-18
[ATM]: [drivers] ioremap balanced with iounmap
Amol Lad
2
-9
/
+24
2007-07-18
[ATM]: [lanai] sram_test_word() must be __devinit
Adrian Bunk
1
-2
/
+2
2007-07-18
[ATM]: [nicstar] Replace C code with call to ARRAY_SIZE() macro.
Robert P. J. Day
1
-1
/
+1
2007-07-18
[ATM]: Eliminate dead config variable CONFIG_BR2684_FAST_TRANS.
Robert P. J. Day
1
-4
/
+0
2007-07-18
[ATM]: Replacing kmalloc/memset combination with kzalloc.
vignesh babu
1
-2
/
+1
2007-07-18
[NET]: gen_estimator deadlock fix
Ranko Zivojnovic
1
-32
/
+49
2007-07-18
[BNX2]: Update version to 1.6.3.
Michael Chan
1
-2
/
+2
2007-07-18
[BNX2]: Use constants for stats ticks.
Michael Chan
1
-4
/
+5
2007-07-18
[BNX2]: Add delay before reading firmware version.
Michael Chan
1
-4
/
+12
2007-07-18
[BNX2]: Support NVRAM on 5709.
Michael Chan
2
-30
/
+54
2007-07-17
slob: Kill off duplicate kzalloc() definition.
Paul Mundt
1
-10
/
+0
2007-07-17
Revert drivers/ide/ide.c scsi_cmd_ioctl() usage changes
Linus Torvalds
1
-5
/
+5
2007-07-17
Make the "z/VM unit record device driver" depend on S390
Linus Torvalds
1
-0
/
+1
2007-07-17
smp_call_function_single() should be a macro on UP
Al Viro
1
-10
/
+8
2007-07-17
[SPARC64]: Kill bogus set_fs(KERNEL_DS) in do_rt_sigreturn().
Oleg Nesterov
1
-12
/
+3
2007-07-17
[ISDN] HiSax hfc_pci: minor cleanups
Jeff Garzik
1
-98
/
+93
2007-07-17
[ISDN] HiSax bkm_a4t: split setup into two smaller functions
Jeff Garzik
1
-45
/
+63
2007-07-17
[ISDN] HiSax enternow: split setup into 3 smaller functions
Jeff Garzik
1
-76
/
+89
2007-07-17
[ISDN] HiSax netjet_u: split setup into 3 smaller functions
Jeff Garzik
1
-74
/
+93
2007-07-17
[ISDN] HiSax netjet_s: code movement, prep for hotplug
Jeff Garzik
1
-86
/
+108
2007-07-17
[ISDN] HiSax: move card state alloc/setup code into separate functions
Jeff Garzik
1
-18
/
+54
2007-07-17
[ISDN] HiSax: move card setup into separate function
Jeff Garzik
1
-88
/
+99
2007-07-17
mixart: Add missing vmalloc.h include
Frank Lichtenheld
1
-0
/
+1
2007-07-17
hppb: Add missing dma-mapping.h include
Frank Lichtenheld
1
-0
/
+1
2007-07-17
arch/i386/* fs/* ipc/*: mark variables with uninitialized_var()
Jeff Garzik
5
-6
/
+7
2007-07-17
drivers/*: mark variables with uninitialized_var()
Jeff Garzik
8
-11
/
+25
2007-07-17
drivers/atm/ambassador: kill uninit'd var warning, and fix bug
Jeff Garzik
1
-1
/
+3
2007-07-17
[libata] sata_mv: use pci_try_set_mwi()
Jeff Garzik
1
-1
/
+1
2007-07-17
drivers/infiniband/hw/mthca/mthca_qp: kill uninit'd var warning
Jeff Garzik
1
-2
/
+2
2007-07-17
drivers/net/wan/sbni: kill uninit'd var warning
Jeff Garzik
1
-4
/
+3
2007-07-17
drivers/mtd/ubi/eba: minor cleanup: tighten scope of a local var
Jeff Garzik
1
-2
/
+2
2007-07-17
drivers/telephony/ixj: cleanup and fix gcc warning
Jeff Garzik
1
-1
/
+6
2007-07-17
drivers/net/wan/pc300_drv: fix bug caught by gcc warning
Jeff Garzik
1
-0
/
+2
2007-07-17
drivers/usb/misc/auerswald: fix status check, remove redundant check
Jeff Garzik
1
-1
/
+1
2007-07-17
[netdrvr] eepro100, ne2k-pci: abort resume if pci_enable_device() fails
Jeff Garzik
2
-2
/
+12
2007-07-17
[netdrvr] natsemi: Fix device removal bug
Jeff Garzik
1
-1
/
+1
2007-07-17
kernel/auditfilter: kill bogus uninit'd-var compiler warning
Jeff Garzik
1
-8
/
+4
2007-07-17
[SPARC64]: Update defconfig.
David S. Miller
1
-123
/
+32
2007-07-17
[SPARC64]: Kill explicit %gl register reference.
David S. Miller
1
-1
/
+2
2007-07-17
Introduce is_owner_or_cap() to wrap CAP_FOWNER use with fsuid check
Satyam Sharma
22
-30
/
+32
2007-07-17
atl1: missing include
Al Viro
1
-0
/
+1
2007-07-17
mark a bunch of ISA|EISA|PCI drivers as such
Al Viro
2
-4
/
+5
2007-07-17
missing exports of csum_...
Al Viro
4
-0
/
+4
2007-07-17
um_kmalloc() remnants
Al Viro
1
-1
/
+1
2007-07-17
sparc32 has working dma-mapping only with CONFIG_PCI
Al Viro
1
-0
/
+3
2007-07-17
saner typechecking in generic unaligned.h
Al Viro
1
-7
/
+9
2007-07-17
alpha __init fixes
Al Viro
1
-3
/
+3
2007-07-17
alpha termios.h hadn't been updated
Al Viro
1
-2
/
+2
2007-07-17
no USB on M32R
Al Viro
1
-1
/
+1
2007-07-17
md: change bitmap_unplug and others to void functions
NeilBrown
5
-77
/
+78
[next]