summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2014-07-11farsync: fix invalid memory accesses in fst_add_one() and fst_init_card()Alexey Khoroshilov1-54/+58
2014-07-10Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller11-27/+38
2014-07-10Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville11-27/+38
2014-07-10igb: do a reset on SR-IOV re-init if device is downStefan Assmann1-0/+2
2014-07-10igb: Workaround for i210 Errata 25: Slow System ClockTodd Fujinaka7-8/+113
2014-07-10usbnet: smsc95xx: add reset_resume function with reset operationJoonyoung Shim1-1/+13
2014-07-09dp83640: Always decode received status framesStefan Sørensen1-3/+3
2014-07-09r8169: disable L23hayeswang1-0/+25
2014-07-09netlink: Fix handling of error from netlink_dump().Ben Pfaff1-2/+2
2014-07-08net: mvneta: Fix big endian issue in mvneta_txq_desc_csum()Thomas Fitzsimmons1-1/+1
2014-07-08net: mvneta: fix operation in 10 Mbit/s modeThomas Petazzoni1-1/+1
2014-07-08net/mlx4_en: Ignore budget on TX napi pollingAmir Vadai4-15/+24
2014-07-08r8152: wake up the device before dumping the hw counterhayeswang1-0/+5
2014-07-08appletalk: Fix socket referencing in skbAndrey Utkin1-3/+0
2014-07-08ip_tunnel: fix ip_tunnel_lookupDmitry Popov1-4/+8
2014-07-08isdn: hisax: l3ni1.c: Fix for possible null pointer dereferenceRickard Strandqvist1-5/+9
2014-07-08tipc: fix bug in multicast/broadcast message reassemblyJon Paul Maloy1-3/+8
2014-07-08MAINTAINERS: change IEEE 802.15.4 maintainerAlexander Aring1-2/+1
2014-07-08Merge branch 'xen-netfront'David S. Miller1-11/+16
2014-07-08xen-netfront: call netif_carrier_off() only once when disconnectingDavid Vrabel1-7/+4
2014-07-08xen-netfront: don't nest queue locks in xennet_connect()David Vrabel1-4/+12
2014-07-07tcp: fix false undo corner casesYuchung Cheng2-6/+8
2014-07-07net/mlx4_en: Don't configure the HW vxlan parser when vxlan offloading isn't setOr Gerlitz1-1/+1
2014-07-07igmp: fix the problem when mc leave groupdingtianhong1-4/+6
2014-07-07net: Fix NETDEV_CHANGE notifier usage causing spurious arp flushLoic Prylli1-1/+8
2014-07-07net: qmi_wwan: Add ID for Telewell TW-LTE 4G v2Bernd Wachter1-0/+1
2014-07-07Revert "net: stmmac: add platform init/exit for Altera's ARM socfpga"David S. Miller2-73/+0
2014-07-07powerpc/ucc_geth: deal with a compile warningZhao Qiang1-2/+2
2014-07-07Merge branch 'net_ovs_fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...David S. Miller7-19/+55
2014-07-07net: Performance fix for process_backlogTom Herbert1-11/+10
2014-07-07ipv4: icmp: Fix pMTU handling for rare caseEdward Allcutt1-2/+0
2014-07-07rt2800usb: Don't perform DMA from stackAndrea Merello1-6/+22
2014-07-07Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlw...John W. Linville3-21/+8
2014-07-03mwifiex: initialize Tx/Rx info of a packet correctlyAmitkumar Karwar7-0/+8
2014-07-03iwlwifi: mvm: disable CTS to SelfEmmanuel Grumbach1-3/+2
2014-07-03iwlwifi: dvm: don't enable CTS to selfEmmanuel Grumbach1-12/+0
2014-07-02Merge branch 'stmmac'David S. Miller4-5/+75
2014-07-02net: stmmac: Remove unneeded I/O read caught by cppcheckVince Bridgers1-4/+1
2014-07-02net: stmmac: Correct duplicate if/then/else case found by cppcheckVince Bridgers1-1/+1
2014-07-02net: stmmac: add platform init/exit for Altera's ARM socfpgaVince Bridgers2-0/+73
2014-07-02ieee802154: reassembly: fix possible buffer overflowAlexander Aring1-1/+1
2014-07-02Merge branch 'mlx4'David S. Miller8-77/+30
2014-07-02net/mlx4_en: IRQ affinity hint is not cleared on port downAmir Vadai1-2/+1
2014-07-02lib/cpumask: cpumask_set_cpu_local_first to use all cores when numa node is n...Amir Vadai1-1/+1
2014-07-02net/mlx4_en: Don't use irq_affinity_notifier to track changes in IRQ affinity...Amir Vadai7-74/+28
2014-07-02defxx: Fix !DYNAMIC_BUFFERS compilation warningsMaciej W. Rozycki1-6/+6
2014-07-02defxx: Remove an incorrectly inverted preprocessor conditionalMaciej W. Rozycki1-4/+1
2014-07-02tcp: Fix divide by zero when pushing during tcp-repairChristoph Paasch1-1/+2
2014-07-02net: fix sparse warning in sk_dst_set()Eric Dumazet1-1/+1
2014-07-02vlan: free percpu stats in device destructorEric Dumazet1-3/+10