summaryrefslogtreecommitdiffstats
path: root/net/wanrouter (unfollow)
Commit message (Expand)AuthorFilesLines
2012-12-02solos-pci: remove list_vccs() debugging functionDavid Woodhouse1-41/+0
2012-12-02solos-pci: use GFP_KERNEL where possible, not GFP_ATOMICDavid Woodhouse1-3/+3
2012-12-02solos-pci: clean up pclose() functionDavid Woodhouse1-4/+14
2012-12-02pppoatm: optimise PPP channel wakeups after sock_owned_by_user()David Woodhouse1-2/+19
2012-12-02br2684: allow assign only on a connected socketKrzysztof Mazur1-2/+5
2012-12-02solos-pci: Fix leak of skb received for unknown vccNathan Williams1-1/+2
2012-12-02br2684: fix module_put() raceDavid Woodhouse1-1/+4
2012-12-02pppoatm: fix missing wakeup in pppoatm_send()David Woodhouse1-0/+12
2012-12-02br2684: don't send frames on not-ready vccDavid Woodhouse1-3/+40
2012-12-02atm: add release_cb() callback to vccDavid Woodhouse2-0/+11
2012-12-02solos-pci: wait for pending TX to complete when releasing vccDavid Woodhouse1-3/+14
2012-12-01qlcnic: remove duplicated include from qlcnic_sysfs.cWei Yongjun1-2/+0
2012-12-01myri10ge: fix incorrect use of ntohs()Andrew Gallatin1-1/+1
2012-12-01ipv6: unify logic evaluating inet6_dev's accept_ra propertyShmulik Ladkani3-16/+12
2012-12-01tcp: change default tcp hash sizeEric Dumazet1-4/+2
2012-12-01ixgbe: Do not parse past IP header on fragments beyond the firstAlexander Duyck1-5/+8
2012-12-01e1000e: cosmetic cleanup of commentsBruce Allan13-790/+416
2012-12-01igb: Fix SerDes autoneg flow control.Carolyn Wyborny3-8/+166
2012-12-01igb: Unset sigdetect for SERDES loopback on 82580 and i350Carolyn Wyborny2-0/+16
2012-12-01igb: Workaround for global device reset problem on 82580.Carolyn Wyborny1-0/+6
2012-12-01igb: Refactoring of i210 file.Carolyn Wyborny1-124/+119
2012-12-01igb: Acquire, release semaphore for writing each EEPROM pageAkeem G. Abodunrin1-16/+12
2012-12-01igb: Updates to read nvm function for i211 deviceCarolyn Wyborny2-4/+34
2012-12-01ixgbe: eliminate Smatch warnings in ixgbe_debugfs.cjoshua.a.hay@intel.com1-37/+46
2012-12-01sfc: Make module parameters really booleanBen Hutchings1-4/+4
2012-12-01sfc: Fix timekeeping in efx_mcdi_poll()Ben Hutchings1-6/+6
2012-12-01sfc: lock TX queues when calling netif_device_detach()Daniel Pieczko3-3/+16
2012-12-01sfc: Work-around flush timeout when flushes have completedDaniel Pieczko2-4/+53
2012-12-01sfc: Reset driver's MAC stats after MC reboot seenBen Hutchings1-1/+8
2012-12-01sfc: Do not initialise buffer in efx_alloc_special_buffer()Ben Hutchings1-3/+0
2012-12-01sfc: Correctly initialise reset_method in siena_test_chip()Ben Hutchings1-1/+1
2012-12-01sfc: Remove confusing MMIO functionsBen Hutchings3-36/+28
2012-12-01sfc: Fix check for failure of MC_CMD_FLUSH_RX_QUEUESBen Hutchings1-1/+1
2012-12-01sfc: Delete redundant page_addr variable from efx_init_rx_buffers_page()Ben Hutchings1-5/+1
2012-12-01sfc: Really disable flow control while flushingBen Hutchings6-7/+23
2012-12-01sfc: Fix byte order warning in self-testBen Hutchings1-1/+1
2012-12-01sfc: Fix byte order warnings for ethtool RX filter interfaceBen Hutchings1-11/+14
2012-11-30net: move inet_dport/inet_num in sock_commonEric Dumazet7-68/+115
2012-11-30hyperv: Add an error message to rndis_filter_set_device_mac()Haiyang Zhang1-1/+4
2012-11-30myri10ge: Add vlan rx for better GRO perf.Andrew Gallatin1-0/+41
2012-11-30myri10ge: Convert from LRO to GROAndrew Gallatin2-203/+34
2012-11-30MAINTAINERS: fix bouncing tun/tap entriesJiri Slaby1-2/+1
2012-11-30smsc95xx: expand check_ macrosSteve Glendinning1-121/+391
2012-11-30smsc95xx: fix smsc_crc return typeSteve Glendinning1-2/+3
2012-11-30smsc95xx: don't enable remote wakeup directlySteve Glendinning1-25/+5
2012-11-30smsc95xx: fix error handling in suspend failure caseSteve Glendinning1-21/+29
2012-11-30smsc95xx: fix suspend buffer overflowSteve Glendinning1-1/+6
2012-11-30smsc75xx: expand check_ macrosSteve Glendinning1-159/+576
2012-11-30smsc75xx: don't call usbnet_resume if usbnet_suspend failsSteve Glendinning1-1/+1
2012-11-30sctp: verify length provided in heartbeat information parameterThomas Graf1-2/+8