summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2010-10-16fib_trie: use fls() instead of open coded loopEric Dumazet1-12/+4
2010-10-16fib: remove a useless synchronize_rcu() callEric Dumazet1-1/+0
2010-10-16fib6: use FIB_LOOKUP_NOREF in fib6_rule_lookup()Eric Dumazet1-2/+1
2010-10-16sundance: Add initial ethtool stats supportDenis Kirjanov1-7/+87
2010-10-16pch_gbe: fix if condition in set_settings()Dan Carpenter1-1/+2
2010-10-16dnet: mark methods static and annotate for correct endiannessHarvey Harrison1-9/+9
2010-10-16cxgb4vf: make single bit signed bitfields unsignedHarvey Harrison1-13/+13
2010-10-16net: allocate skbs on local nodeEric Dumazet2-16/+17
2010-10-16r8169: use 50% less ram for RX ringEric Dumazet1-119/+64
2010-10-15ixgbe: DCB: remove DCB check configJohn Fastabend1-1/+0
2010-10-14igb: add check for fiber/serdes devices to igb_set_spd_dplx;Carolyn Wyborny1-0/+7
2010-10-14ixgbe: declare functions as staticEmil Tantilov11-86/+40
2010-10-14ixgbe: remove unused functionsEmil Tantilov8-555/+0
2010-10-14cnic: Add support for 57712 deviceMichael Chan3-17/+103
2010-10-14cnic: Decouple uio close from cnic shutdownMichael Chan1-14/+42
2010-10-14cnic: Add cnic_uio_dev structMichael Chan2-100/+124
2010-10-14cnic: Add cnic_free_uio()Michael Chan1-10/+27
2010-10-14cnic: Defer iscsi connection cleanupMichael Chan3-4/+111
2010-10-14cnic: Add cnic_bnx2x_destroy_ramrod()Michael Chan1-14/+25
2010-10-14cnic: Convert ctx_flags to bit fieldsMichael Chan2-4/+4
2010-10-14cnic: Add common cnic_request_irq()Michael Chan1-12/+20
2010-10-13Documentation: Update Phonet doc for Pipe controller changesKumar Sanghvi1-18/+14
2010-10-13Phonet: 'connect' socket implementation for Pipe controllerKumar Sanghvi4-191/+215
2010-10-13tipc: clean out all instances of #if 0'd unused codePaul Gortmaker9-375/+1
2010-10-13s390: ctcm_mpc: Fix build after netdev refcount changes.David S. Miller1-1/+1
2010-10-12net: percpu net_device refcountEric Dumazet4-14/+41
2010-10-12bnx2x: Fixing a typo: added a missing RSS enablementDmitry Kravkov1-0/+1
2010-10-12Merge branch 'dccp' of git://eden-feed.erg.abdn.ac.uk/net-next-2.6David S. Miller9-63/+66
2010-10-12dccp: cosmetics - warning formatGerrit Renker2-2/+2
2010-10-12dccp: schedule an Ack when receiving timestampsGerrit Renker2-2/+3
2010-10-12dccp: generalise data-loss conditionIvo Calado1-6/+15
2010-10-12dccp: remove unused argument in CCID tx functionGerrit Renker4-7/+6
2010-10-12dccp: merge now-reduced connect_init() functionGerrit Renker1-13/+5
2010-10-12dccp: fix the adjustments to AWL and SWLGerrit Renker3-33/+35
2010-10-11bnx2: Enable AER on PCIE devices onlyMichael Chan1-14/+22
2010-10-11bnx2: Update firmware to 6.0.x.Michael Chan14-13430/+13533
2010-10-11neigh: reorder struct neighbour fieldsEric Dumazet1-4/+4
2010-10-11net dst: use a percpu_counter to track entriesEric Dumazet8-35/+100
2010-10-11neigh: Protect neigh->ha[] with a seqlockEric Dumazet4-26/+51
2010-10-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller12-94/+126
2010-10-11net: clear heap allocations for privileged ethtool actionsKees Cook1-3/+3
2010-10-11NET: pch, fix use after freeJiri Slaby1-1/+1
2010-10-11NET: wimax, fix use after freeJiri Slaby1-13/+13
2010-10-11ATM: iphase, remove sleep-inside-atomicJiri Slaby2-7/+1
2010-10-11ATM: mpc, fix use after freeJiri Slaby1-1/+1
2010-10-11ATM: solos-pci, remove use after freeJiri Slaby1-3/+5
2010-10-11neigh: speedup neigh_hh_init()Eric Dumazet3-40/+69
2010-10-10net/fec: carrier off initially to avoid root mount failureOskar Schirmer1-0/+3
2010-10-11irda: Fix heap memory corruption in iriap.cSamuel Ortiz1-1/+2
2010-10-11irda: Fix parameter extraction stack overflowSamuel Ortiz1-1/+3