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
/
drivers
/
scsi
/
scsi_lib.c
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2008-07-22
ipv6: icmp6_dst_gc return change
Stephen Hemminger
3
-9
/
+6
2008-07-22
ipv6: use kcalloc
Stephen Hemminger
1
-3
/
+3
2008-07-22
ipv6: use spin_trylock_bh
Stephen Hemminger
1
-3
/
+1
2008-07-22
ipv6: use round_jiffies
Stephen Hemminger
1
-2
/
+3
2008-07-22
netns: dont alloc ipv6 fib timer list
Stephen Hemminger
2
-28
/
+14
2008-07-22
ipv6: make struct ipv6_devconf static
Adrian Bunk
2
-3
/
+1
2008-07-22
sctp: remove sctp_assoc_proc_exit()
Adrian Bunk
1
-5
/
+0
2008-07-22
sctp: make sctp_outq_flush() static
Adrian Bunk
2
-2
/
+3
2008-07-22
pkt_sched: make qdisc_class_hash_alloc() static
Adrian Bunk
1
-1
/
+1
2008-07-22
netns: make get_proc_net() static
Adrian Bunk
2
-8
/
+5
2008-07-22
netdev: Handle ->addr_list_lock just like ->_xmit_lock for lockdep.
David S. Miller
8
-6
/
+40
2008-07-22
net: Fix build failure with 'make mandocs'.
Dave Jones
2
-55
/
+54
2008-07-21
tcp: Fix bitmask test in tcp_syn_options()
David S. Miller
1
-1
/
+1
2008-07-21
ipv6: __KERNEL__ ifdef struct ipv6_devconf
David S. Miller
1
-0
/
+2
2008-07-21
udplite: Protection against coverage value wrap-around
Gerrit Renker
2
-1
/
+5
2008-07-21
net: Print the module name as part of the watchdog message
Arjan van de Ven
3
-3
/
+25
2008-07-21
net: use kcalloc in netdev_queue alloc
Stephen Hemminger
1
-2
/
+2
2008-07-21
ipv6: use timer pending
Stephen Hemminger
1
-6
/
+6
2008-07-21
mac80211_hwsim.c: fix: BUG: unable to handle kernel NULL pointer dereference at 0000000000000370
Ian Schram
1
-6
/
+12
2008-07-21
netfilter: nf_conntrack_sctp: fix sparse warnings
Patrick McHardy
1
-4
/
+4
2008-07-21
netfilter: nf_nat_sip: c= is optional for session
Herbert Xu
1
-13
/
+25
2008-07-21
netfilter: xt_TCPMSS: collapse tcpmss_reverse_mtu{4,6} into one function
Jan Engelhardt
1
-29
/
+13
2008-07-21
netfilter: nfnetlink_log: send complete hardware header
Eric Leblond
2
-0
/
+11
2008-07-21
netfilter: xt_time: fix time's time_mt()'s use of do_div()
David Howells
1
-1
/
+1
2008-07-21
netfilter: accounting rework: ct_extend + 64bit counters (v4)
Krzysztof Piotr Oledzki
15
-86
/
+248
2008-07-21
netlink: add NLA_PUT_BE64 macro
Krzysztof Piotr Oledzki
1
-0
/
+3
2008-07-21
netfilter: nf_nat_core: eliminate useless find_appropriate_src for IP_NAT_RANGE_PROTO_RANDOM
Changli Gao
1
-4
/
+4
2008-07-21
hdlcdrv: Fix CRC calculation.
Micah Dowty
1
-0
/
+1
2008-07-21
Revert "pkt_sched: Make default qdisc nonshared-multiqueue safe."
David S. Miller
1
-22
/
+77
2008-07-21
net: In __netif_schedule() use WARN_ON instead of BUG_ON
Linus Torvalds
1
-1
/
+2
2008-07-21
net: Improve simple_tx_hash().
David S. Miller
1
-13
/
+21
2008-07-21
pkt_sched: Remove unused variable skb in dev_deactivate_queue function.
Daniel Lezcano
1
-3
/
+0
2008-07-21
sunhme: Remove stop/wake TX queue calls in set-multicast-list handler.
David S. Miller
1
-4
/
+0
2008-07-21
ucc_geth: do not touch net queue in adjust_link phylib callback
Anton Vorontsov
1
-1
/
+0
2008-07-21
gianfar: do not touch net queue in adjust_link phylib callback
Anton Vorontsov
1
-1
/
+0
2008-07-21
atl1: Do not wake queue before queue has been started.
David S. Miller
1
-2
/
+1
2008-07-20
ipv6: Fix warning in addrconf code.
David Miller
1
-2
/
+1
2008-07-20
pkt_sched: Fix build with NET_SCHED disabled.
David S. Miller
2
-0
/
+4
2008-07-20
initrd: Fix virtual/physical mix-up in overwrite test
Geert Uytterhoeven
1
-2
/
+3
2008-07-20
dio: use dio_match_device() in dio_bus_match()
Akinobu Mita
1
-13
/
+1
2008-07-20
arch/m68k/mm/sun3mmu.c: Eliminate NULL test and memset after alloc_bootmem
Julia Lawall
1
-1
/
+0
2008-07-20
arch/m68k/mm/motorola.c: Eliminate NULL test and memset after alloc_bootmem
Julia Lawall
1
-1
/
+0
2008-07-20
m68k/Apollo: remove the unused APOLLO_ELPLUS option
Geert Uytterhoeven
1
-9
/
+0
2008-07-20
m68k/Atari: remove the dead ATARI_SCC{,_DMA} options
Adrian Bunk
1
-23
/
+1
2008-07-20
m68k/Mac: remove the unused ADB_KEYBOARD option
Adrian Bunk
1
-12
/
+0
2008-07-20
m68k/apollo: Add missing call to apollo_parse_bootinfo()
Geert Uytterhoeven
1
-0
/
+3
2008-07-20
m68k: remove stale ARCH_SUN4 #define
Adrian Bunk
1
-2
/
+0
2008-07-20
m68k/sun3/: possible cleanups
Adrian Bunk
11
-43
/
+10
2008-07-20
m68k/q40/config.c: make functions static
Adrian Bunk
1
-13
/
+13
2008-07-20
m68k/mac/: possible cleanups
Adrian Bunk
11
-189
/
+35
[next]