summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2010-10-06bonding: add Speed/Duplex information to /proc/net/bonding/bondKrzysztof Oledzki1-0/+2
2010-10-06neigh: RCU conversion of struct neighbourEric Dumazet2-54/+88
2010-10-06bonding: reread information about speed and duplex when interface goes upKrzysztof Piotr Oledzki1-0/+2
2010-10-06bonding: print information about speed and duplex seen by the driverKrzysztof Piotr Oledzki1-2/+3
2010-10-06bnx2x: update version to 1.60.00-1Dmitry Kravkov1-2/+2
2010-10-06bnx2x: properly initialize FW statsDmitry Kravkov1-0/+13
2010-10-06bnx2x: code beautifyDmitry Kravkov7-233/+318
2010-10-06bnx2x, cnic: Fix SPQ return creditDmitry Kravkov4-47/+91
2010-10-06bnx2x: move msix table initialization to probe()Dmitry Kravkov4-134/+228
2010-10-06bnx2x: use L1_CACHE_BYTES instead of magic numberDmitry Kravkov1-2/+2
2010-10-06bnx2x: use proper constants for dma_unmap* callsDmitry Kravkov2-2/+2
2010-10-06bnx2x: remove unused fields in main driver structureDmitry Kravkov1-7/+0
2010-10-06bnx2x: remove unused parameter in reuse_rx_skb()Dmitry Kravkov2-3/+3
2010-10-06bnx2x: Add 57712 supportDmitry Kravkov14-790/+3428
2010-10-06bnx2x: change type of spq_left to atomicDmitry Kravkov3-13/+11
2010-10-06bnx2x: rename MF related fieldsDmitry Kravkov5-47/+47
2010-10-06bnx2x: remove old FW filesDmitry Kravkov2-23040/+0
2010-10-06bnx2x, cnic, bnx2i: use new FW/HSIDmitry Kravkov19-3222/+4764
2010-10-06bnx2x: add 6.0.34 fw filesDmitry Kravkov3-0/+38096
2010-10-06bnx2x: create folder for bnx2x firmware filesDmitry Kravkov5-5/+6
2010-10-06cnic: Fine-tune ring init code.Michael Chan2-6/+19
2010-10-06cnic: Use pfid for internal memory offsets.Michael Chan2-70/+75
2010-10-06cnic: Pass cp pointer to BNX2X_HW_CID.Michael Chan2-11/+11
2010-10-06[PATCH net-next] tg3: Set real_num_rx_queues for non-multiq devsMatt Carlson1-0/+1
2010-10-06Merge branch 'vhost-net-next' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller3-12/+57
2010-10-05bna: scope and dead code cleanupRasesh Mody11-692/+170
2010-10-05bna: fix interrupt handlingRasesh Mody1-21/+27
2010-10-05fib: RCU conversion of fib_lookup()Eric Dumazet10-77/+72
2010-10-05bonding: add retransmit membership reports tunableFlavio Leitner5-0/+72
2010-10-05bonding: fix to rejoin multicast groups immediatelyFlavio Leitner1-8/+8
2010-10-05bonding: rejoin multicast groups on VLANsFlavio Leitner2-11/+50
2010-10-05ehea: converting msleeps to waitqueue on check_sqs() functionBreno Leitao2-7/+12
2010-10-05ehea: using wait queues instead of msleep on ehea_flush_sqBreno Leitao2-7/+13
2010-10-05ixgbevf: declare functions as staticEmil Tantilov3-4/+2
2010-10-05AF_UNIX: Implement SO_TIMESTAMP and SO_TIMETAMPNS on Unix socketsAlban Crequy1-0/+5
2010-10-05net neigh: RCU conversion of neigh hash tableEric Dumazet6-100/+170
2010-10-05net neigh: neigh_delete() and neigh_add() changesEric Dumazet1-22/+17
2010-10-05net: add a core netdev->rx_dropped counterEric Dumazet11-34/+26
2010-10-05vhost: max s/g to match qemuJason Wang3-12/+57
2010-10-05ppp: Use a real SKB control block in fragmentation engine.David S. Miller1-21/+25
2010-10-05ipv6: make __ipv6_isatap_ifid staticstephen hemminger2-4/+1
2010-10-05fib: fib_rules_cleanup can be staticstephen hemminger2-3/+1
2010-10-05fib: cleanupsEric Dumazet3-182/+206
2010-10-05wimax: make functions localstephen hemminger6-23/+11
2010-10-05qlcnic: remove dead codestephen hemminger2-176/+0
2010-10-05caif: remove duplicated includeNicolas Kaiser1-1/+0
2010-10-05don't let BCM63XX_PHY depend on non-existant symbolUwe Kleine-König1-1/+0
2010-10-05net/phy: fix many "defined but unused" warningsUwe Kleine-König15-15/+15
2010-10-05net: relax rtnl_dereference()David S. Miller1-4/+6
2010-10-05ipvs: Use frag walker helper in SCTP proto support.David S. Miller1-9/+10