summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* net: listening_hash get a spinlock per bucketEric Dumazet2008-11-206-119/+79
* acenic: convert to net_device_opsStephen Hemminger2008-11-201-8/+12
* niu: convert to net_device_opsStephen Hemminger2008-11-201-8/+13
* forcedeth: convert to net_device_opsStephen Hemminger2008-11-201-12/+17
* tg3: convert to net_device_opsStephen Hemminger2008-11-201-12/+19
* ixgb: convert to net_device_opsStephen Hemminger2008-11-202-27/+36
* enic: convert to net_device_opsStephen Hemminger2008-11-201-12/+17
* ppp: convert to net_device_opsStephen Hemminger2008-11-201-1/+5
* e100: convert to net_device_opsStephen Hemminger2008-11-201-11/+16
* igb: convert to net_device_opsStephen Hemminger2008-11-201-14/+19
* via-velocity: convert to net_device_opsStephen Hemminger2008-11-201-10/+14
* e1000: convert to net_device_opsStephen Hemminger2008-11-201-14/+21
* cxgb2: convert to net_device_opsStephen Hemminger2008-11-201-11/+19
* cxgb3: convert to net_device_opsStephen Hemminger2008-11-201-13/+16
* atlx: convert to net_device_opsStephen Hemminger2008-11-202-28/+33
* atl1e: convert to net_device_opsStephen Hemminger2008-11-201-13/+19
* tun: convert to net_device_opsStephen Hemminger2008-11-201-5/+20
* 8139: convert to net_device_opsStephen Hemminger2008-11-202-24/+36
* r8169: convert to net_device_opsFrancois Romieu2008-11-201-16/+32
* skge: convert to net_device_opsStephen Hemminger2008-11-201-18/+33
* sky2: convert to net_device_opsStephen Hemminger2008-11-201-13/+35
* e1000e: convert to net_device_opsStephen Hemminger2008-11-201-14/+20
* bonding: convert to net_device_opsStephen Hemminger2008-11-203-66/+56
* vlan: convert to net_device_opsStephen Hemminger2008-11-202-20/+28
* ip: convert to net_device_ops for ioctlStephen Hemminger2008-11-202-12/+26
* macvlan: convert to net_device_opsStephen Hemminger2008-11-201-7/+12
* veth: convert to net_device_opsStephen Hemminger2008-11-201-4/+8
* bridge: convert to net_device_opsStephen Hemminger2008-11-201-7/+11
* ifb: convert to net_device_opsStephen Hemminger2008-11-201-3/+8
* netdev: convert loopback to net_device_opsStephen Hemminger2008-11-201-4/+8
* netdev: expose ethernet address primitivesStephen Hemminger2008-11-203-7/+14
* netdev: introduce dev_get_stats()Stephen Hemminger2008-11-208-18/+33
* netdev: network device operations infrastructureStephen Hemminger2008-11-206-105/+259
* net: af_unix should use KERN_INFO instead of KERN_DEBUGEric Dumazet2008-11-201-1/+1
* drivers/s390/ - csum_partial - remove unnecessary castsJoe Perches2008-11-201-4/+4
* include/net net/ - csum_partial - remove unnecessary castsJoe Perches2008-11-2010-19/+19
* net: inet_diag_handler structs can be constEric Dumazet2008-11-202-2/+2
* net: make /proc/net/protocols namespace awareEric Dumazet2008-11-201-5/+24
* net: af_packet should update its inuse counterEric Dumazet2008-11-191-0/+2
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-11-19387-2523/+11924
|\
| * Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2008-11-187-25/+42
| |\
| | * block: hold extra reference to bio in blk_rq_map_user_iov()Jens Axboe2008-11-181-0/+6
| | * relay: fix cpu offline problemLai Jiangshan2008-11-181-5/+4
| | * Release old elevator on change elevatorZhaolei2008-11-181-1/+7
| | * block: fix boot failure with CONFIG_DEBUG_BLOCK_EXT_DEVT=y and nashZhang, Yanmin2008-11-181-0/+2
| | * block/md: fix md autodetectionTejun Heo2008-11-181-1/+1
| | * block: make add_partition() return pointer to hd_structTejun Heo2008-11-183-17/+19
| | * block: fix add_partition() error pathTejun Heo2008-11-181-1/+3
| * | suspend: use WARN not WARN_ON to print the messageArjan van de Ven2008-11-181-1/+1
| * | Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2008-11-184-19/+135
| |\ \