summaryrefslogtreecommitdiffstats
path: root/net/mac802154 (unfollow)
Commit message (Expand)AuthorFilesLines
2012-09-30be2net: cleanup code related to be_link_status_query()Sathya Perla5-64/+48
2012-09-30be2net: fix wrong handling of be_setup() failure in be_probe()Sathya Perla1-3/+1
2012-09-30be2net: remove type argument of be_cmd_mac_addr_query()Sathya Perla3-15/+9
2012-09-30tg3: Disable multiple TX rings by default due to hardware flawMichael Chan1-6/+9
2012-09-30tg3: Add support for ethtool -L|-l to get/set the number of rings.Michael Chan2-3/+63
2012-09-30tg3: Refactor tg3_close()Michael Chan1-32/+38
2012-09-30tg3: Refactor tg3_open()Michael Chan1-33/+45
2012-09-30tg3: Separate coalescing setup for rx and txMichael Chan1-29/+45
2012-09-30tg3: Allow number of rx and tx rings to be set independently.Michael Chan2-26/+53
2012-09-30tg3: Introduce separate functions to allocate/free RX/TX rings.Michael Chan2-76/+146
2012-09-29ipv6: return errno pointers consistently for fib6_add_1()Lin Ming1-14/+6
2012-09-29smsc75xx: add wol magic packet supportSteve Glendinning1-14/+174
2012-09-29smsc75xx: enable power saving mode during system suspendSteve Glendinning1-3/+54
2012-09-29smsc75xx: add explicit test that device is READYSteve Glendinning1-0/+23
2012-09-29smsc95xx: add wol magic packet supportSteve Glendinning2-8/+182
2012-09-29smsc95xx: enable power saving mode during system suspendSteve Glendinning2-2/+32
2012-09-29smsc95xx: fix resume when usb device is resetSteve Glendinning1-0/+1
2012-09-29smsc95xx: check return code from control messagesSteve Glendinning1-183/+148
2012-09-29smsc95xx: remove unnecessary variablesSteve Glendinning2-20/+10
2012-09-29smsc95xx: sleep before read for lengthy operationsSteve Glendinning1-2/+2
2012-09-28thp: avoid VM_BUG_ON page_count(page) false positives in __collapse_huge_page...Andrea Arcangeli1-1/+0
2012-09-28netdev: octeon: fix return value check in octeon_mgmt_init_phy()Wei Yongjun1-3/+1
2012-09-28Revert "be2net: fix vfs enumeration"David S. Miller1-2/+4
2012-09-28ALSA: snd-usb: fix next_packet_size calls for pause caseDaniel Mack1-1/+7
2012-09-28net: struct napi_struct fields reorderingEric Dumazet1-4/+2
2012-09-28net: use bigger pages in __netdev_alloc_fragEric Dumazet1-16/+30
2012-09-28inetpeer: fix token initializationNicolas Dichtel1-1/+4
2012-09-28qlcnic: Fix scheduling while atomic bugNarendra K1-2/+2
2012-09-28tcp: Remove unused parameter from tcp_v4_save_optionsChristoph Paasch1-3/+2
2012-09-28bnx2: Clean up remaining iounmapNeil Horman1-1/+1
2012-09-28ipv6: gre: remove ip6gre_header_parse()Eric Dumazet1-8/+0
2012-09-28trivial select_parent documentation fixJ. Bruce Fields1-1/+1
2012-09-28net: remove sk_init() helperEric Dumazet3-21/+0
2012-09-28pkt_sched: Fix warning false positives.David S. Miller2-2/+2
2012-09-28bna: Fix warning false positive.David S. Miller1-0/+1
2012-09-28net: phy: smsc: Implement PHY config_init for LAN87xxMarek Vasut1-1/+27
2012-09-28nf_defrag_ipv6: fix oops on module unloadingKonstantin Khlebnikov1-1/+1
2012-09-28be2net: fix vfs enumerationIvan Vecera1-4/+2
2012-09-28tunnel: drop packet if ECN present with not-ECTstephen hemminger4-63/+147
2012-09-28xfrm: remove extranous rcu_read_lockstephen hemminger3-19/+1
2012-09-28gre: remove unnecessary rcu_read_lock/unlockstephen hemminger2-25/+10
2012-09-28gre: fix handling of key 0stephen hemminger1-10/+34
2012-09-28sparc: bpf_jit_comp: add XOR instruction for BPF JIT JITDaniel Borkmann1-0/+4
2012-09-27smsc75xx: fix resume after device resetSteve Glendinning1-0/+1
2012-09-27lxt PHY: Support for the buggy LXT973 rev A2LEROY Christophe1-0/+127
2012-09-27cxgb4: Don't attempt to upgrade T4 firmware when cxgb4 will end up as a slaveVipul Pandya5-5/+206
2012-09-27cxgb4: Inform caller if driver didn't upgrade firmwareVipul Pandya1-0/+6
2012-09-27cxgb4: Add support for T4 hardwired driver configuration settingsVipul Pandya5-32/+442
2012-09-27cxgb4: Add support for T4 configuration fileVipul Pandya6-133/+920
2012-09-27cxgb4/cxgb4vf: Code cleanup to enable T4 Configuration File supportVipul Pandya5-71/+365