aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/cisco (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2013-07-26usbnet: do not pretend to support SG/TSOEric Dumazet2-14/+7
2013-07-24net: fix comment above build_skb()Florian Fainelli1-1/+2
2013-07-24net: sun4i: fix timeout checkEmilio López1-8/+6
2013-07-24ipv6: take rtnl_lock and mark mrt6 table as freed on namespace cleanupHannes Frederic Sowa1-0/+5
2013-07-24fib_trie: potential out of bounds access in trie_show_stats()Jerry Snitselaar1-1/+1
2013-07-24mlx5: use after free in mlx5_cmd_comp_handler()Dan Carpenter1-4/+7
2013-07-24r8169: fix lockdep warning when removing interfaceLekensteyn1-2/+2
2013-07-23fec: Add MODULE_ALIASFabio Estevam1-0/+1
2013-07-22sfc: Enable RX scatter for flows steered by RFSBen Hutchings1-1/+3
2013-07-22net: pch_gbe depends on x86Jiri Slaby1-1/+1
2013-07-22brcmfmac: bail out of brcmf_txflowblock_if() for non-netdev interfaceArend van Spriel1-1/+1
2013-07-22brcmfmac: decrement pending 8021x count upon tx failureArend van Spriel1-1/+7
2013-07-22ath: wil6210: Fix build errorLarry Finger1-2/+2
2013-07-22cw1200: Fix OOPS in monitor modeSolomon Peachy1-1/+1
2013-07-22ath9k_htc: reboot firmware if it was loadedOleksij Rempel1-1/+3
2013-07-22ath9k_htc: do some initial hardware configurationOleksij Rempel1-0/+1
2013-07-22mwifiex: fix IRQ enable/disableDaniel Drake5-61/+57
2013-07-19bridge: do not call setup_timer() multiple timesEric Dumazet1-2/+3
2013-07-19sysctl net: Keep tcp_syn_retries inside the boundaryMichal Tesar1-1/+5
2013-07-19arcnet: cleanup sizeof parameterDan Carpenter1-1/+1
2013-07-19veth: add vlan featuresFlavio Leitner1-0/+1
2013-07-19qlcnic: Fix guest VLANManish Chopra1-2/+10
2013-07-19qlcnic: Fix releasing of Tx frag which was never mapped.Jitendra Kalsaria1-1/+1
2013-07-19qlcnic: Fix dump template version maskShahed Shaikh1-1/+1
2013-07-19qlcnic: Fix ethtool display for 83xx adapter.Himanshu Madhani1-2/+2
2013-07-19qlcnic: Fix panic while setting VF's MAC addressManish Chopra1-1/+3
2013-07-19qlcnic: Fix multicast packet handling for PF and VF.Sucheta Chakraborty1-12/+10
2013-07-19qlcnic: Fix NULL pointer dereference in VF probe path.Sucheta Chakraborty1-1/+2
2013-07-19qlcnic: Set __QLCNIC_DEV_UP in adapter state before enabling interruptsPratik Pujar1-1/+1
2013-07-19qlcnic: Fix invalid register offset calculationShahed Shaikh1-1/+1
2013-07-19vxlan: fix igmp racesstephen hemminger1-15/+38
2013-07-19vxlan: unregister on namespace exitstephen hemminger1-1/+3
2013-07-19can: usb_8dev: fix urb leak on failure path in usb_8dev_start()Alexey Khoroshilov1-0/+1
2013-07-19net: can: esd_usb2: check index of array before accessingMaximilian Schneider1-0/+10
2013-07-18ath9k_hw: Fix multicast search for AR9002 familySujith Manoharan1-1/+9
2013-07-18rtlwifi: Fix build errors for unusual casesLarry Finger10-35/+91
2013-07-18ath5k: fix extra set bit in multicast maskBob Copeland1-1/+1
2013-07-18rt2x00: RT2X00 should depend on HAS_DMAGeert Uytterhoeven1-1/+1
2013-07-18ssb: fix alignment of struct bcma_device_idArnd Bergmann1-2/+3
2013-07-18vlan: fix a race in egress prio managementEric Dumazet1-0/+7
2013-07-18vlan: mask vlan prio bitsEric Dumazet3-5/+11
2013-07-18macvtap: do not zerocopy if iov needs more pages than MAX_SKB_FRAGSJason Wang1-25/+37
2013-07-18tuntap: do not zerocopy if iov needs more pages than MAX_SKB_FRAGSJason Wang1-24/+38
2013-07-18pkt_sched: sch_qfq: remove a source of high packet delay/jitterPaolo Valente1-29/+56
2013-07-18md/raid1: fix bio handling problems in process_checks()NeilBrown1-23/+30
2013-07-18md: Remove recent change which allows devices to skip recovery.NeilBrown1-14/+0
2013-07-18md/raid10: fix two problems with RAID10 resync.NeilBrown1-2/+9
2013-07-17drm/radeon/dpm: add debugfs support for RS780/RS880 (v3)Alex Deucher4-0/+31
2013-07-17drm/radeon/dpm/atom: fix broken gcc harderAlex Deucher1-3/+6
2013-07-17xen-netfront: pull on receive skb may need to happen earlierJan Beulich1-18/+13