summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-12-10bnx2x: LSO code was broken on BE platformsVladislav Zolotarov1-16/+26
2010-12-10filter: use size of fetched data in __load_pointer()Eric Dumazet1-3/+3
2010-12-10The new jhash implementationJozsef Kadlecsik1-78/+105
2010-12-10net: optimize INET input path furtherEric Dumazet6-39/+45
2010-12-09net: Abstract away all dst_entry metrics accesses.David S. Miller10-81/+118
2010-12-09can: slcan: Add missing linux/sched.h include.David S. Miller1-0/+1
2010-12-09Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller84-516/+824
2010-12-08tcp: protect sysctl_tcp_cookie_size readsEric Dumazet1-12/+15
2010-12-08tcp: avoid a possible divide by zeroEric Dumazet1-2/+4
2010-12-08ehea: Fixing LRO configurationBreno Leitao2-2/+14
2010-12-08tcp: Replace time wait bucket msg by counterTom Herbert3-1/+3
2010-12-08x25: decrement netdev reference counts on unloadApollon Oikonomopoulos1-0/+1
2010-12-08driver/net/benet: fix be_cmd_multicast_set() memcpy bugJoe Jin1-1/+1
2010-12-08l2tp: Fix modalias of l2tp_ipMichal Marek1-1/+5
2010-12-08econet: Do the correct cleanup after an unprivileged SIOCSIFADDR.Nelson Elhage1-2/+4
2010-12-08Merge branch 'sfc-2.6.37' of git://git.kernel.org/pub/scm/linux/kernel/git/bw...David S. Miller3-14/+37
2010-12-08isdn/hisax: fix compiler warning on hisax_pci_tblNamhyung Kim1-1/+1
2010-12-08af_packet: fix freeing pg_vec twice on error pathChangli Gao1-1/+0
2010-12-08af_packet: eliminate pgv_to_page on some archesChangli Gao1-1/+3
2010-12-08net: call dev_queue_xmit_nit() after skb_dst_drop()Eric Dumazet1-3/+3
2010-12-08filter: constify sk_run_filter()Eric Dumazet4-20/+22
2010-12-08via-rhine: hardware VLAN supportRoger Luethi1-14/+312
2010-12-08net: RCU conversion of dev_getbyhwaddr() and arp_ioctl()Eric Dumazet5-27/+27
2010-12-08Merge branch 'dccp' of git://eden-feed.erg.abdn.ac.uk/net-next-2.6David S. Miller7-9/+264
2010-12-08llc: fix a device refcount imbalanceEric Dumazet1-2/+3
2010-12-08net/9p/protocol.c: Remove duplicated macros.Thiago Farina1-24/+9
2010-12-08ifb: goto resched directly if error happens and dp->tq isn't emptyChangli Gao1-0/+2
2010-12-08net: init ingress queueChangli Gao1-22/+13
2010-12-08tcp: Bug fix in initialization of receive window.Nandita Dukkipati1-5/+4
2010-12-08cxgb4: fix MAC address hash filterDimitris Michailidis1-1/+1
2010-12-08can: add slcan driver for serial/USB-serial CAN adaptersOliver Hartkopp3-0/+777
2010-12-08atm: lanai: use kernel's '%pM' format option to print MACAndy Shevchenko1-5/+2
2010-12-08CAIF: Fix U5500 compile error for shared memory driverKim Lilliestierna XX2-2/+2
2010-12-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller24-97/+135
2010-12-07sfc: Fix NAPI list corruption during ring reallocationBen Hutchings1-12/+19
2010-12-07sfc: Fix crash in legacy onterrupt handler during ring reallocationBen Hutchings3-2/+18
2010-12-07sfc: Generalise filter spec initialisationBen Hutchings3-191/+248
2010-12-07sfc: Remove filter table IDs from filter functionsBen Hutchings4-25/+34
2010-12-07sfc: Log start and end of ethtool self-test at INFO levelBen Hutchings1-3/+6
2010-12-07dccp qpolicy: Parameter checking of cmsg qpolicy parametersTomasz Grobelny3-6/+22
2010-12-07dccp: Policy-based packet dequeueing infrastructureTomasz Grobelny7-9/+248
2010-12-07Revert "ehea: Use the standard logging functions"David S. Miller5-274/+293
2010-12-07sfc: Use TX push whenever adding descriptors to an empty queueBen Hutchings3-2/+68
2010-12-07sfc: Remove locking from implementation of efx_writeo_paged()Ben Hutchings1-1/+14
2010-12-07sfc: Add compile-time checks for correctness of paged register writesBen Hutchings1-8/+23
2010-12-07sfc: Remove redundant memory barriers between MMIOsBen Hutchings1-5/+0
2010-12-07sfc: Expand/correct comments on collector behaviour and function usageBen Hutchings1-49/+49
2010-12-07sfc: Use ACCESS_ONCE when copying efx_tx_queue::read_countBen Hutchings1-3/+2
2010-12-07sfc: Reorder struct efx_nic to separate fields by volatilityBen Hutchings1-18/+23
2010-12-07net: cris/eth_v10: Use net_device_stats from struct net_device_statsTobias Klauser1-19/+15