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
/
dev.c
Age
Commit message (
Expand
)
Author
Files
Lines
2006-05-26
[NET]: dev.c comment fixes
Stephen Hemminger
1
-9
/
+11
2006-05-10
[NET]: Do sysfs registration as part of register_netdevice.
Stephen Hemminger
1
-36
/
+27
2006-05-09
[NET]: Make netdev_chain a raw notifier.
Alan Stern
1
-18
/
+18
2006-05-06
[NET]: Create netdev attribute_groups with class_device_add
Stephen Hemminger
1
-1
/
+1
2006-04-19
[PATCH] wext: Fix IWENCODEEXT security permissions
Jean Tourrilhes
1
-1
/
+2
2006-04-11
[PATCH] for_each_possible_cpu: network codes
KAMEZAWA Hiroyuki
1
-1
/
+1
2006-04-09
[NET]: Fix hotplug race during device registration.
Sergey Vlasov
1
-1
/
+1
2006-04-09
[NET] kzalloc: use in alloc_netdev
Paolo 'Blaisorblade' Giarrusso
1
-2
/
+1
2006-03-29
[NET]: Deinline some larger functions from netdevice.h
Denis Vlasenko
1
-0
/
+64
2006-03-27
[PATCH] Notifier chain update: API changes
Alan Stern
1
-19
/
+23
2006-03-25
Merge branch 'audit.b3' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...
Linus Torvalds
1
-0
/
+7
2006-03-25
[NET]: Take RTNL when unregistering notifier
Herbert Xu
1
-1
/
+6
2006-03-20
[NET] sem2mutex: net/
Arjan van de Ven
1
-3
/
+4
2006-03-20
[NET]: minor net_rx_action optimization
Stephen Hemminger
1
-2
/
+1
2006-03-20
[NET]: Convert RTNL to mutex.
Stephen Hemminger
1
-4
/
+4
2006-03-20
[NET] core: add RFC2863 operstate
Stefan Rompf
1
-3
/
+11
2006-03-20
[PATCH] promiscuous mode
Steve Grubb
1
-0
/
+7
2006-03-03
[PATCH] bonding: suppress duplicate packets
Jay Vosburgh
1
-1
/
+25
2006-02-07
Merge branch 'master'
Jeff Garzik
1
-3
/
+4
2006-02-05
[PATCH] percpu data: only iterate over possible CPUs
Eric Dumazet
1
-1
/
+1
2006-01-30
[PATCH] net/: fix the WIRELESS_EXT abuse
Adrian Bunk
1
-6
/
+4
2006-01-24
[BONDING]: Remove CAP_NET_ADMIN requirement for INFOQUERY ioctl
Thomas Graf
1
-2
/
+3
2006-01-11
[PATCH] capable/capability.h (net/)
Randy Dunlap
1
-0
/
+1
2006-01-09
[NET]: Change some "if (x) BUG();" to "BUG_ON(x);"
Kris Katterjohn
1
-6
/
+3
2006-01-04
Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-1
/
+2
2006-01-03
[NET]: Add a dev_ioctl() fallback to sock_ioctl()
Christoph Hellwig
1
-1
/
+0
2005-12-12
Merge branch 'master'
Jeff Garzik
1
-1
/
+2
2005-12-08
[NET]: Fix NULL pointer deref in checksum debugging.
Stephen Hemminger
1
-1
/
+2
2005-11-13
[PATCH] net: make dev_valid_name public
Mitch Williams
1
-1
/
+2
2005-11-10
[NET]: Detect hardware rx checksum faults correctly
Herbert Xu
1
-0
/
+12
2005-10-28
[IPv4/IPv6]: UFO Scatter-gather approach
Ananda Raju
1
-0
/
+14
2005-10-08
[PATCH] gfp flags annotations - part 1
Al Viro
1
-1
/
+1
2005-09-27
[NET]: Prefetch dev->qdisc_lock in dev_queue_xmit()
Eric Dumazet
1
-0
/
+2
2005-09-22
[LLC]: Fix for Bugzilla ticket #5156
Jochen Friedrich
1
-0
/
+2
2005-08-29
[NET]: Fix sparse warnings
Arnaldo Carvalho de Melo
1
-6
/
+0
2005-08-29
[NET]: Store skb->timestamp as offset to a base timestamp
Patrick McHardy
1
-9
/
+19
2005-08-29
[NET]: Remove explicit initializations of skb->input_dev
David S. Miller
1
-5
/
+5
2005-08-29
[NET]: Kill skb->real_dev
David S. Miller
1
-16
/
+19
2005-08-11
[NETPOLL]: fix initialization/NAPI race
Matt Mackall
1
-4
/
+5
2005-07-28
[NET]: Fix busy waiting in dev_close().
David S. Miller
1
-2
/
+1
2005-07-08
[NET]: Fix sparse warnings
Victor Fusco
1
-1
/
+1
2005-07-05
[NET]: improve readability of dev_set_promiscuity() in net/core/dev.c
David Chau
1
-2
/
+3
2005-06-23
[NET]: Separate two usages of netdev_max_backlog.
Stephen Hemminger
1
-3
/
+3
2005-06-23
[NET]: Eliminate netif_rx massive packet drops.
Stephen Hemminger
1
-19
/
+2
2005-06-23
[NET]: Remove obsolete netif_rx congestion sensing mechanism.
Stephen Hemminger
1
-87
/
+1
2005-06-23
[NET]: Remove obsolete fastroute stats.
Stephen Hemminger
1
-8
/
+2
2005-06-08
[NET]: Fix sysctl net.core.dev_weight
Stephen Hemminger
1
-0
/
+1
2005-05-29
[BRIDGE]: features change notification
Stephen Hemminger
1
-0
/
+12
2005-05-05
[PATCH] update Ross Biro bouncing email address
Jesper Juhl
1
-1
/
+1
2005-05-01
[PATCH] Change synchronize_kernel to _rcu and _sched
Paul E. McKenney
1
-1
/
+1
[next]