summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2015-08-07xen: netback: read hotplug script once at start of day.Ian Campbell1-14/+19
2015-08-07net: dp83640: fix broken calibration routine.Richard Cochran1-1/+1
2015-08-07rtlwifi: rtl8192cu: Fix kernel deadlockLarry Finger1-1/+1
2015-08-07rtlwifi: rtl8192cu: Add new USB IDLarry Finger1-0/+1
2015-08-07e1000: add dummy allocator to fix race condition between mtu change and netpollSabrina Dubroca1-1/+9
2015-05-09gianfar: Carefully free skbs in functions called by netpoll.Eric W. Biederman1-2/+2
2015-05-09benet: Call dev_kfree_skby_any instead of kfree_skb.Eric W. Biederman1-1/+1
2015-05-09ixgb: Call dev_kfree_skby_any instead of dev_kfree_skb.Eric W. Biederman1-3/+3
2015-05-09tg3: Call dev_kfree_skby_any instead of dev_kfree_skb.Eric W. Biederman1-7/+7
2015-05-09r8169: Call dev_kfree_skby_any instead of dev_kfree_skb.Eric W. Biederman1-3/+3
2015-05-098139too: Call dev_kfree_skby_any instead of dev_kfree_skb.Eric W. Biederman1-2/+2
2015-05-098139cp: Call dev_kfree_skby_any instead of kfree_skb.Eric W. Biederman1-1/+1
2015-05-09usb: plusb: Add support for National Instruments host-to-host cableBen Shelton1-0/+5
2015-05-09macvtap: make sure neighbour code can push ethernet headerEric Dumazet1-2/+5
2015-05-09macvtap: limit head length of skb allocatedJason Wang1-1/+7
2015-05-09ppp: deflate: never return len larger than output bufferFlorian Westphal1-1/+1
2015-05-09netxen: fix netxen_nic_poll() logicEric Dumazet1-1/+4
2015-05-09xen-netfront: transmit fully GSO-sized packetsJonathan Davies1-4/+1
2015-05-09net: ethernet: pcnet32: Setup the SRAM and NOUFLO on Am79C97{3, 5}Markos Chandras1-2/+29
2015-05-09can: add missing initialisations in CAN related skbuffsOliver Hartkopp1-0/+5
2015-05-09bnx2x: Force fundamental reset for EEH recoveryBrian King1-0/+4
2015-02-20enic: fix rx skb checksumGovindarajulu Varadarajan1-4/+8
2015-02-20tg3: tg3_disable_ints using uninitialized mailbox value to disable interruptsPrashant Sreedharan1-17/+17
2015-02-20can: dev: fix crtlmode_supported checkOliver Hartkopp1-2/+6
2015-02-20ath5k: fix hardware queue index assignmentFelix Fietkau1-7/+1
2015-02-20ath9k: fix BE/BK queue orderFelix Fietkau1-2/+2
2015-02-20ath9k_hw: fix hardware queue allocationFelix Fietkau1-8/+1
2015-01-01drivers/net: macvtap and tun depend on INETBen Hutchings1-0/+2
2015-01-01drivers/net, ipv6: Select IPv6 fragment idents for virtio UFO packetsBen Hutchings2-0/+8
2014-12-14can: esd_usb2: fix memory leak on disconnectAlexey Khoroshilov1-0/+1
2014-12-14can: dev: avoid calling kfree_skb() from interrupt contextThomas Körper1-1/+1
2014-12-14rt2x00: do not align payload on modern H/WStanislaw Gruszka1-38/+12
2014-12-14wireless: rt2x00: add new rt2800usb deviceCyril Brulebois1-0/+1
2014-12-14fix misuses of f_count() in ppp and netlinkAl Viro1-1/+1
2014-12-14rt2800: correct BBP1_TX_POWER_CTRL maskStanislaw Gruszka1-1/+1
2014-11-05can: at91_can: add missing prepare and unprepare of the clockDavid Dueck1-3/+5
2014-11-05can: flexcan: put TX mailbox into TX_INACTIVE mode after tx-completeMarc Kleine-Budde1-0/+3
2014-11-05can: flexcan: implement workaround for errata ERR005829David Jander1-1/+15
2014-11-05can: flexcan: correctly initialize mailboxesDavid Jander1-0/+7
2014-11-05can: flexcan: mark TX mailbox as TX_INACTIVEMarc Kleine-Budde1-2/+13
2014-11-05Revert "iwlwifi: dvm: don't enable CTS to self"Emmanuel Grumbach1-0/+13
2014-11-05rtlwifi: rtl8192cu: Add new IDLarry Finger1-0/+1
2014-09-13macvlan: Initialize vlan_features to turn on offload support.Vlad Yasevich1-0/+1
2014-09-13inetpeer: get rid of ip_id_countEric Dumazet1-1/+1
2014-09-13carl9170: fix sending URBs with wrong type when using full-speedRonald Wahl2-4/+28
2014-08-06sunvnet: clean up objects created in vnet_new() on vnet_exit()Sowmini Varadhan1-1/+19
2014-08-06igb: do a reset on SR-IOV re-init if device is downStefan Assmann1-0/+2
2014-08-06iwlwifi: dvm: don't enable CTS to selfEmmanuel Grumbach1-13/+0
2014-08-06mwifiex: fix Tx timeout issueAmitkumar Karwar1-0/+1
2014-07-11net/mlx4_core: Preserve pci_dev_data after __mlx4_remove_one()Wei Yang2-46/+65