aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2010-12-21Merge branch '20101221_static_const' of git://repo.or.cz/linux-2.6/trivial-modsDavid S. Miller41-177/+199
2010-12-21sundance: Program station address into HWDenis Kirjanov1-1/+15
2010-12-21sundance: Wrap up acceess to ASICCtrl high word with a macroDenis Kirjanov1-2/+5
2010-12-21filter: optimize accesses to ancillary dataEric Dumazet1-28/+44
2010-12-21bnx2: remove cancel_work_sync() from remove_oneTejun Heo1-2/+0
2010-12-21Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh/sfc-next-2.6David S. Miller4-115/+35
2010-12-21stmmac: unwind properly in stmmac_dvr_probe()Dan Carpenter1-25/+25
2010-12-21bnx2x: remove bogus checkDan Carpenter1-3/+0
2010-12-21net: timestamp cloned packet in dev_queue_xmit_nitEric Dumazet1-7/+2
2010-12-21drivers/net/*/: Use static constJoe Perches19-65/+84
2010-12-21tulip: Use DEFINE_PCI_DEVICE_TABLE and static constJoe Perches1-6/+9
2010-12-21usb: Use static const, consolidate codeJoe Perches1-23/+16
2010-12-21drivers/net/*.c: Use static constJoe Perches19-69/+78
2010-12-21tg3: Use DEFINE_PCI_DEVICE_TABLEJoe Perches1-14/+12
2010-12-20TCP: increase default initial receive window.Nandita Dukkipati2-3/+11
2010-12-20net_sched: sch_sfq: better struct layoutsEric Dumazet1-98/+162
2010-12-20Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller7-31/+46
2010-12-20net_sched: sch_sfq: fix allot handlingEric Dumazet1-12/+8
2010-12-20net_sched: sch_sfq: add backlog info in sfq_dump_class_stats()Eric Dumazet1-1/+6
2010-12-20vmxnet3: locking problems in xmitDan Carpenter1-1/+3
2010-12-20typhoon: memory corruption in typhoon_get_drvinfo()Dan Carpenter1-1/+0
2010-12-20net: Add USB PID for new MOSCHIP USB ethernet controller MCS7832 variantAndreas Mohr1-2/+10
2010-12-20ipv4: Flush per-ns routing cache more sanely.David S. Miller3-42/+30
2010-12-20ehea: Fixing some message levelBreno Leitao1-2/+2
2010-12-20batman-adv: Return hna count on local buffer fillSven Eckelmann1-1/+1
2010-12-20pktgen: Remove unnecessary prefix from pr_<level>Joe Perches1-2/+1
2010-12-20net_sched: always clone skbsChangli Gao1-5/+1
2010-12-19net: kill unused macrosShan Wei8-10/+0
2010-12-19vxge: add missing flush of reset_taskTejun Heo1-0/+2
2010-12-19net: increase skb->users instead of skb_clone()Changli Gao1-10/+20
2010-12-19ifb: use netif_receive_skb() instead of netif_rx()Eric Dumazet1-1/+1
2010-12-19ipv6: Fragment locally generated tunnel-mode IPSec6 packets as needed.David Stevens3-11/+27
2010-12-18ipv6: remove duplicate neigh_ifdownstephen hemminger1-1/+0
2010-12-18ipv6: fib6_ifdown cleanupstephen hemminger1-4/+4
2010-12-17Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller70-202/+458
2010-12-17netlink: fix gcc -Wconversion compilation warningDmitry V. Levin1-1/+1
2010-12-17asix: add USB ID for Logitec LAN-GTJ U2AArnaud Ebalard1-0/+4
2010-12-17qlcnic: reset pci function unconditionally during probeRajesh Borundia2-6/+3
2010-12-17qlcnic: fix ocm window register offset calculationRajesh Borundia1-1/+1
2010-12-17qlcnic: fix LED test when interface is down.Sucheta Chakraborty2-5/+23
2010-12-17tehuti: Firmware filename is tehuti/bdx.binBen Hutchings1-2/+2
2010-12-16ipv6: don't flush routes when setting loopback downstephen hemminger1-1/+3
2010-12-16ifb: fix a lockdep splatEric Dumazet1-1/+1
2010-12-16sctp: fix the return value of getting the sctp partial delivery pointWei Yongjun1-1/+1
2010-12-16net: Fix drivers advertising HW_CSUM feature to use csum_startMichał Mirosław14-15/+15
2010-12-16net: Use skb_checksum_start_offset()Michał Mirosław9-16/+13
2010-12-16net: Introduce skb_checksum_start_offset()Michał Mirosław1-0/+5
2010-12-16net/veth: Fix packet checksummingMichał Mirosław1-1/+3
2010-12-16bridge: fix IPv6 queries for bridge multicast snoopingDavid Stevens1-1/+1
2010-12-16net: fix nulls list corruptions in sk_prot_allocOctavian Purdila6-12/+42