aboutsummaryrefslogtreecommitdiffstats
path: root/net/netrom (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2010-09-13drivers/net/skfp: Remove pr_<level> uses of KERN_<level>Joe Perches1-42/+42
2010-09-13net/cxgb3: remove undefined operationsAndreas Schwab1-1/+1
2010-09-13net/de4x5: remove undefined operationsAndreas Schwab1-9/+9
2010-09-13sundance: Add power management hooksDenis Kirjanov1-0/+48
2010-09-13flow: better memory managementEric Dumazet1-36/+42
2010-09-13sfc: Fix order of channel_name array dimensionsBen Hutchings1-1/+1
2010-09-12bna: Check for NULL before deref in bnad_cb_tx_cleanupDavid S. Miller1-1/+2
2010-09-10pkt_sched: remov unnecessary bh_disablestephen hemminger1-2/+2
2010-09-10fib: cleanupsEric Dumazet1-32/+23
2010-09-10sfc: Allow changing the DMA ring sizes dynamically via ethtoolBen Hutchings5-52/+224
2010-09-10sfc: Make the dmaq size a run-time setting (rather than compile-time)Steve Hodgson7-76/+109
2010-09-10sfc: Allocate each channel separately, along with its RX and TX queuesBen Hutchings3-76/+61
2010-09-10sfc: Refactor channel and queue lookup and iterationBen Hutchings7-75/+125
2010-09-10sfc: Abstract channel and index lookup for RX queuesBen Hutchings3-33/+47
2010-09-10sfc: Allocate DMA and event rings using GFP_KERNELBen Hutchings1-4/+4
2010-09-10sfc: Fix failure paths in efx_probe_port()Ben Hutchings1-2/+2
2010-09-10sfc: Remove declarations of functions that no longer existBen Hutchings1-2/+0
2010-09-10sfc: Accumulate RX_NODESC_DROP count in rx_dropped, not rx_over_errorsBen Hutchings1-1/+1
2010-09-10sfc: Use MCDI RX_BAD_FCS_PKTS count as MAC rx_bad countBen Hutchings1-1/+1
2010-09-09drivers/net/bnx2x: use ARRAY_SIZE macro in bnx2x_main.cNikitas Angelinas1-3/+2
2010-09-09ipheth: remove incorrect devtype to WWANDan Williams1-6/+1
2010-09-09MAINTAINERS: Add CAIFJoe Perches1-0/+10
2010-09-09au1000-eth: change multi-line comments styleFlorian Fainelli2-14/+30
2010-09-09au1000-eth: remove volatiles, switch to I/O accessorsFlorian Fainelli2-52/+65
2010-09-09au1000-eth: fix asm -> linux headers inclusionFlorian Fainelli1-2/+2
2010-09-09au1000-eth: fix bad printk usagesFlorian Fainelli1-10/+15
2010-09-09au1000-eth: fix all but one "line over 80 characters warnings"Florian Fainelli2-48/+61
2010-09-09au1000-eth: stylistic fixesFlorian Fainelli1-16/+16
2010-09-09au1000-eth: typedefs removalFlorian Fainelli2-28/+28
2010-09-09tipc: Optimize handling excess content on incoming messagesPaul Gortmaker2-10/+4
2010-09-09ixgbevf: remove private net_device_statsEric Dumazet2-22/+5
2010-09-09tunnels: missing rcu_assign_pointer()Eric Dumazet2-2/+2
2010-09-09net/core: add lock context change annotations in net/core/sock.cNamhyung Kim1-0/+4
2010-09-09net/core: remove address space warnings on verify_iovec()Namhyung Kim1-2/+4
2010-09-09sctp: fix test for end of loopJoe Perches1-23/+23
2010-09-08KS8851: Correct RX packet allocationEric Dumazet1-18/+21
2010-09-08udp: add rehash on connect()Eric Dumazet6-2/+66
2010-09-08atlx: make strings constStephen Hemminger1-3/+3
2010-09-08net: inet_add_protocol() can use cmpxchg()Eric Dumazet2-54/+9
2010-09-08cxacru: ignore cx82310_eth devicesOndrej Zary1-1/+17
2010-09-08RDS: Remove dead struct from rds.hAndy Grover1-8/+0
2010-09-08RDS: rds.h: Replace u_int[size]_t with uint[size]_tAndy Grover1-29/+29
2010-09-08RDS: Add rds.h to exported headers listAndy Grover2-6/+7
2010-09-08RDS: Implement masked atomic operationsAndy Grover5-13/+64
2010-09-08RDS/IB: print string constants in more placesZach Brown7-21/+97
2010-09-08RDS: cancel connection work structs as we shut downZach Brown1-0/+4
2010-09-08RDS: don't call rds_conn_shutdown() from rds_conn_destroy()Zach Brown1-2/+7
2010-09-08RDS: have sockets get transport module referencesZach Brown4-6/+21
2010-09-08RDS: remove old rs_transport commentZach Brown1-6/+0
2010-09-08RDS: lock rds_conn_count decrement in rds_conn_destroy()Zach Brown1-0/+3