summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* tg3: convert to net_device_opsStephen Hemminger2008-11-191-12/+19
* ixgb: convert to net_device_opsStephen Hemminger2008-11-192-27/+36
* enic: convert to net_device_opsStephen Hemminger2008-11-191-12/+17
* ppp: convert to net_device_opsStephen Hemminger2008-11-191-1/+5
* e100: convert to net_device_opsStephen Hemminger2008-11-191-11/+16
* igb: convert to net_device_opsStephen Hemminger2008-11-191-14/+19
* via-velocity: convert to net_device_opsStephen Hemminger2008-11-191-10/+14
* e1000: convert to net_device_opsStephen Hemminger2008-11-191-14/+21
* cxgb2: convert to net_device_opsStephen Hemminger2008-11-191-11/+19
* cxgb3: convert to net_device_opsStephen Hemminger2008-11-191-13/+16
* atlx: convert to net_device_opsStephen Hemminger2008-11-192-28/+33
* atl1e: convert to net_device_opsStephen Hemminger2008-11-191-13/+19
* tun: convert to net_device_opsStephen Hemminger2008-11-191-5/+20
* 8139: convert to net_device_opsStephen Hemminger2008-11-192-24/+36
* r8169: convert to net_device_opsFrancois Romieu2008-11-191-16/+32
* skge: convert to net_device_opsStephen Hemminger2008-11-191-18/+33
* sky2: convert to net_device_opsStephen Hemminger2008-11-191-13/+35
* e1000e: convert to net_device_opsStephen Hemminger2008-11-191-14/+20
* bonding: convert to net_device_opsStephen Hemminger2008-11-193-66/+56
* vlan: convert to net_device_opsStephen Hemminger2008-11-192-20/+28
* ip: convert to net_device_ops for ioctlStephen Hemminger2008-11-192-12/+26
* macvlan: convert to net_device_opsStephen Hemminger2008-11-191-7/+12
* veth: convert to net_device_opsStephen Hemminger2008-11-191-4/+8
* bridge: convert to net_device_opsStephen Hemminger2008-11-191-7/+11
* ifb: convert to net_device_opsStephen Hemminger2008-11-191-3/+8
* netdev: convert loopback to net_device_opsStephen Hemminger2008-11-191-4/+8
* netdev: expose ethernet address primitivesStephen Hemminger2008-11-193-7/+14
* netdev: introduce dev_get_stats()Stephen Hemminger2008-11-198-18/+33
* netdev: network device operations infrastructureStephen Hemminger2008-11-196-105/+259
* net: af_unix should use KERN_INFO instead of KERN_DEBUGEric Dumazet2008-11-191-1/+1
* drivers/s390/ - csum_partial - remove unnecessary castsJoe Perches2008-11-191-4/+4
* include/net net/ - csum_partial - remove unnecessary castsJoe Perches2008-11-1910-19/+19
* net: inet_diag_handler structs can be constEric Dumazet2008-11-192-2/+2
* net: make /proc/net/protocols namespace awareEric Dumazet2008-11-191-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-18387-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
| |\ \
| | * | kernel/profile.c: fix section mismatch warningRakib Mullick2008-11-181-1/+1
| | * | function tracing: fix wrong pos computing when read buffer has been fulfilledwalimis2008-11-161-11/+15
| | * | tracing: fix mmiotrace resizing crashIngo Molnar2008-11-131-0/+6
| | * | ring-buffer: no preempt for sched_clock()Steven Rostedt2008-11-121-1/+7