summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-12-23netem: loss model API sizesstephen hemminger1-3/+3
2011-12-23sch_hfsc: report backlog informationEric Dumazet1-0/+10
2011-12-23usb: pegasus: cleanup a couple conditionsDan Carpenter1-2/+2
2011-12-23net: only use a single page of slop in MAX_SKB_FRAGSIan Campbell1-4/+8
2011-12-23drivers/net/usb/asix: fixed asix_get_wol reported wrong wol status issueallan1-1/+5
2011-12-23packet: fix typo in packet_mmap.txtWei Yongjun1-1/+1
2011-12-23bna: Add debugfs interface.Krishna Gudipati10-4/+827
2011-12-23bna: Added flash sub-module and ethtool eeprom entry points.Krishna Gudipati9-39/+771
2011-12-23stmmac: fix missing module license in the main.Giuseppe Cavallaro1-0/+4
2011-12-22netlink: wake up netlink listeners sooner (v2)stephen hemminger1-1/+1
2011-12-22netlink: af_netlink cleanup (v2)stephen hemminger2-18/+14
2011-12-22Partial revert "Basic kernel memory functionality for the Memory Controller"Glauber Costa2-107/+8
2011-12-21irda: use msecs_to_jiffies() rather than manual calculationXi Wang1-2/+2
2011-12-21stmmac: update the driver's documentation (Dec-2011)Giuseppe CAVALLARO1-7/+9
2011-12-21stmmac: add the experimental PCI supportGiuseppe CAVALLARO9-290/+612
2011-12-21sch_sfq: rehash queues in perturb timerEric Dumazet1-6/+81
2011-12-21net: ethernet: xilinx: Don't use NO_IRQ in xilinxMichal Simek2-2/+2
2011-12-21tcp: Replace constants with #define macrosVijay Subramanian4-6/+11
2011-12-20net: doc: fix many typos in scaling.txtShan Wei1-4/+4
2011-12-20qeth: recovery through asynchronous deliveryEinar Lueck2-5/+34
2011-12-20qeth: improve recovery during resource shortageFrank Blaschka1-2/+9
2011-12-20netiucv: allow multiple interfaces to same peerUrsula Braun1-82/+135
2011-12-20qeth: forbid recovery during shutdownUrsula Braun2-0/+2
2011-12-20qeth: suspicious rcu_dereference_check in recoveryUrsula Braun1-4/+3
2011-12-20af_iucv: get rid of state IUCV_SEVEREDUrsula Braun2-28/+8
2011-12-20af_iucv: remove unused timer infrastructureUrsula Braun2-23/+0
2011-12-20af_iucv: release reference to HS deviceUrsula Braun1-13/+24
2011-12-20af_iucv: accelerate close for HS transportUrsula Braun1-0/+7
2011-12-20af_iucv: support ancillary data with HS transportUrsula Braun1-0/+2
2011-12-20macvtap: Fix macvtap_get_queue to use rxhash firstKrishna Kumar1-8/+8
2011-12-20mlx4_en: FIX: Setting default_qpn before using itYevgeny Petrilin1-1/+1
2011-12-20net: unix -- Add missing module.h inclusionCyrill Gorcunov1-0/+1
2011-12-19module_param: make bool parameters really bool (net & drivers/net)Rusty Russell52-63/+64
2011-12-19net: fix assignment of 0/1 to bool variables.Rusty Russell60-288/+288
2011-12-19phy: Micrel KS8995MA 5-ports 10/100 managed Ethernet switch support addedFrederic LAMBERT3-0/+380
2011-12-19de4x5/PCI: use list_for_each_entry() for bus->devices traversalBjorn Helgaas1-7/+2
2011-12-19sunhme/PCI: use list_for_each_entry() for bus->devices traversalBjorn Helgaas1-7/+2
2011-12-19qla3xxx: Adding Maintainer.Jitendra Kalsaria1-0/+1
2011-12-19net: two vzalloc() cleanupsEric Dumazet2-4/+2
2011-12-19tg3: Make the RSS indir tbl admin configurableMatt Carlson1-7/+101
2011-12-19bnx2: Update driver to use new mips firmware.Michael Chan1-4/+4
2011-12-19be2net: Fix INTx processing for LancerPadmanabh Ratnakar1-1/+9
2011-12-19myri10ge: Fix typo of 'VMware' in comment.Vinson Lee1-1/+1
2011-12-19Revert "net: Remove unused neighbour layer ops."David S. Miller3-0/+12
2011-12-19mlx4: Fixing wrong error codes in communication channelYevgeny Petrilin1-32/+56
2011-12-19mlx4: not using spin_lock_irq when getting vf by resource.Yevgeny Petrilin1-2/+2
2011-12-19mlx4_en: nullify cached multicast address list after cleanupAlexander Guller1-0/+2
2011-12-19mlx4_core: Changing link sensing logicYevgeny Petrilin4-16/+40
2011-12-19mlx4: capability for link sensingYevgeny Petrilin2-3/+10
2011-12-19Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville168-3754/+6761