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
2010-05-06
veth: Dont kfree_skb() after dev_forward_skb()
Eric Dumazet
1
-6
/
+5
2010-04-21
net: Fix an RCU warning in dev_pick_tx()
David Howells
1
-1
/
+1
2010-04-15
net: dev_pick_tx() fix
Eric Dumazet
1
-2
/
+6
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-0
/
+1
2010-03-18
net: Potential null skb->dev dereference
Eric Dumazet
1
-3
/
+5
2010-02-28
Merge branch 'master' of /home/davem/src/GIT/linux-2.6/
David S. Miller
1
-1
/
+1
2010-02-27
dev: support deferring device flag change notifications
Patrick McHardy
1
-59
/
+104
2010-02-27
rtnetlink: handle rtnl_link netlink notifications manually
Patrick McHardy
1
-1
/
+7
2010-02-26
netdev: use list_first_entry macro
stephen hemminger
1
-3
/
+3
2010-02-25
net: Add checking to rcu_dereference() primitives
Paul E. McKenney
1
-1
/
+1
2010-02-23
net: bug fix for vlan + gro issue
Ajit Khaparde
1
-1
/
+1
2010-02-17
net: bug fix for vlan + gro issue
Ajit Khaparde
1
-1
/
+1
2010-02-12
net: use netdev_mc_count and netdev_mc_empty when appropriate
Jiri Pirko
1
-1
/
+1
2010-02-10
ethtool: Introduce n-tuple filter programming support
Peter P Waskiewicz Jr
1
-0
/
+5
2010-02-03
net: maintain namespace isolation between vlan and real device
Arnd Bergmann
1
-4
/
+31
2010-01-25
net: use helpers to access uc list V2
Jiri Pirko
1
-2
/
+2
2010-01-21
net: Optimize non-gso test checks
Krishna Kumar
1
-12
/
+17
2010-01-19
net: Unexport napi_gro_flush().
David S. Miller
1
-2
/
+1
2010-01-07
net: Make it easier to parse /proc/net/dev contents.
Jesper Dangaard Brouer
1
-1
/
+1
2010-01-07
fix bonding: allow arp_ip_targets on separate vlans to use arp validation
Andy Gospodarek
1
-6
/
+5
2010-01-03
bonding: allow arp_ip_targets on separate vlans to use arp validation
Andy Gospodarek
1
-3
/
+17
2009-12-23
net: release dst entry while cache-hot for GSO case too
Krishna Kumar
1
-0
/
+8
2009-12-13
net: Fix userspace RTM_NEWLINK notifications.
Eric W. Biederman
1
-0
/
+11
2009-12-11
net: Handle NETREG_UNINITIALIZED devices correctly
Krishna Kumar
1
-4
/
+6
2009-12-03
netdevice: provide common routine for macvlan and vlan operstate management
Patrick Mullaney
1
-0
/
+27
2009-12-03
net: Move network device exit batching
Eric W. Biederman
1
-0
/
+25
2009-12-01
net: Simplfy default_device_exit and improve batching.
Eric W. Biederman
1
-10
/
+6
2009-12-01
net: NETDEV_UNREGISTER_PERNET -> NETDEV_UNREGISTER_BATCH
Eric W. Biederman
1
-27
/
+9
2009-11-29
net: Move && and || to end of previous line
Joe Perches
1
-3
/
+4
2009-11-26
veth: move loopback logic to common location
Arnd Bergmann
1
-0
/
+40
2009-11-25
net: use net_eq to compare nets
Octavian Purdila
1
-2
/
+2
2009-11-22
net: Fix missing kernel-doc notation
Jaswinder Singh Rajput
1
-1
/
+1
2009-11-20
net: rename skb->iif to skb->skb_iif
Eric Dumazet
1
-3
/
+3
2009-11-18
net: device name allocation cleanups
Octavian Purdila
1
-45
/
+24
2009-11-18
linkwatch: linkwatch_forget_dev() to speedup device dismantle
Eric Dumazet
1
-0
/
+3
2009-11-18
net: introduce NETDEV_UNREGISTER_PERNET
Octavian Purdila
1
-2
/
+27
2009-11-17
net: add dev_txq_stats_fold() helper
Eric Dumazet
1
-19
/
+29
2009-11-17
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
1
-5
/
+6
2009-11-16
net: Fix the rollback test in dev_change_name()
Eric Dumazet
1
-5
/
+6
2009-11-15
net: Optimize hard_start_xmit() return checking
Jarek Poplawski
1
-17
/
+0
2009-11-15
net: check the return value of ndo_select_queue()
Eric Dumazet
1
-0
/
+15
2009-11-13
net: allow to propagate errors through ->ndo_hard_start_xmit()
Patrick McHardy
1
-6
/
+26
2009-11-11
netdev: fold name hash properly (v3)
stephen hemminger
1
-1
/
+2
2009-11-04
net: Introduce for_each_netdev_rcu() iterator
Eric Dumazet
1
-14
/
+16
2009-11-01
net: RCU locking for simple ioctl()
Eric Dumazet
1
-4
/
+4
2009-11-01
veth: Fix unregister_netdevice_queue for veth
Eric W. Biederman
1
-1
/
+2
2009-11-01
net: Introduce dev_get_by_name_rcu()
Eric Dumazet
1
-9
/
+40
2009-10-30
net: use hlist_for_each_entry()
Eric Dumazet
1
-8
/
+8
2009-10-29
gro: Change all receive functions to return GRO result codes
Ben Hutchings
1
-23
/
+15
2009-10-29
gro: Name the GRO result enumeration type
Ben Hutchings
1
-5
/
+14
[next]