index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
core
Age
Commit message (
Expand
)
Author
Files
Lines
2010-04-15
net: netif_rx() must disable preemption
Eric Dumazet
1
-10
/
+15
2010-04-13
net: fib_rules: decouple address families from real address families
Patrick McHardy
1
-5
/
+10
2010-04-13
net: fib_rules: set family in fib_rule_hdr centrally
Patrick McHardy
1
-0
/
+1
2010-04-13
net: fib_rules: consolidate IPv4 and DECnet ->default_pref() functions.
Patrick McHardy
1
-0
/
+18
2010-04-13
dst: don't inline dst_ifdown
stephen hemminger
1
-2
/
+2
2010-04-13
net: uninline skb_bond_should_drop()
Eric Dumazet
1
-0
/
+49
2010-04-13
net: sk_dst_cache RCUification
Eric Dumazet
2
-5
/
+5
2010-04-13
net: Dont use netdev_warn()
Eric Dumazet
1
-6
/
+6
2010-04-11
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
16
-2
/
+14
2010-04-07
net: fix ethtool coding style errors and warnings
chavey
1
-67
/
+74
2010-04-07
net: include linux/proc_fs.h in dev_addr_lists.c
Eric Dumazet
1
-1
/
+1
2010-04-07
flow: delayed deletion of flow cache entries
Timo Teräs
1
-31
/
+69
2010-04-07
flow: virtualize flow cache entry methods
Timo Teräs
1
-60
/
+68
2010-04-06
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
1
-2
/
+5
2010-04-05
net: Add a missing local_irq_enable()
Eric Dumazet
1
-0
/
+1
2010-04-05
rps: fixed missed rps_unlock
Tom Herbert
1
-1
/
+1
2010-04-03
net: convert multicast list to list_head
Jiri Pirko
4
-396
/
+291
2010-04-03
net: move address list functions to a separate file
Jiri Pirko
3
-428
/
+483
2010-04-02
net: illegal_highdma() fix
Eric Dumazet
1
-1
/
+3
2010-04-01
net: change illegal_highdma to use dma_mask
FUJITA Tomonori
1
-6
/
+14
2010-04-01
flow: structurize flow cache
Timo Teräs
1
-104
/
+119
2010-04-01
rps: keep the old behavior on SMP without rps
Changli Gao
1
-14
/
+28
2010-03-30
fix net/core/dst.c coding style error and warnings
laurent chavey
1
-21
/
+20
2010-03-30
netdev: ethtool RXHASH flag
stephen hemminger
1
-1
/
+6
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
16
-2
/
+14
2010-03-29
rps: fix net-sysfs build for !CONFIG_RPS
Stephen Rothwell
1
-3
/
+4
2010-03-28
net: __netif_receive_skb should be static
Eric Dumazet
1
-1
/
+1
2010-03-27
net: increase preallocated size of nlmsg to accomodate for IFLA_STATS64
Jan Engelhardt
1
-0
/
+1
2010-03-27
net: fix unaligned access in IFLA_STATS64
Jan Engelhardt
1
-31
/
+31
2010-03-25
rps: add CONFIG_RPS
Eric Dumazet
1
-10
/
+19
2010-03-23
net: Fix locking in flush_backlog
Tom Herbert
1
-4
/
+8
2010-03-22
netpoll: warn when there are spaces in parameters
Amerigo Wang
1
-2
/
+5
2010-03-22
rps: Fix build with CONFIG_SYSFS enabled
Tom Herbert
1
-0
/
+4
2010-03-21
pktgen node allocation
Robert Olsson
1
-5
/
+53
2010-03-21
net: dev_getfirstbyhwtype() optimization
Eric Dumazet
1
-7
/
+10
2010-03-21
net: speedup netdev_set_master()
Eric Dumazet
1
-4
/
+3
2010-03-21
bonding: flush unicast and multicast lists when changing type
Jiri Pirko
1
-2
/
+4
2010-03-21
net: rtnetlink: ignore NETDEV_PRE_TYPE_CHANGE in rtnetlink_event()
Patrick McHardy
1
-0
/
+1
2010-03-20
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
1
-3
/
+5
2010-03-18
net: Potential null skb->dev dereference
Eric Dumazet
1
-3
/
+5
2010-03-18
bonding: check return value of nofitier when changing type
Jiri Pirko
1
-2
/
+2
2010-03-18
rps: Fixed build with CONFIG_SMP not enabled.
Tom Herbert
1
-0
/
+24
2010-03-16
net: core: add IFLA_STATS64 support
Jan Engelhardt
1
-1
/
+41
2010-03-16
net: remove rcu locking from fib_rules_event()
Eric Dumazet
1
-8
/
+2
2010-03-16
rps: Receive Packet Steering
Tom Herbert
3
-57
/
+505
2010-03-16
NET: netpoll, fix potential NULL ptr dereference
Jiri Slaby
1
-2
/
+2
2010-03-10
net: Fix dev_mc_add()
Eric Dumazet
1
-2
/
+3
2010-03-10
net: Annotates neigh_invalidate()
Eric Dumazet
1
-0
/
+2
2010-03-08
ethtool: Use noinline_for_stack
Eric Dumazet
1
-32
/
+8
2010-03-07
sock.c: potential null dereference
Dan Carpenter
1
-1
/
+2
[prev]
[next]