summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* net: ipv4: ip_forward: fix inverted local_df testFlorian Westphal2014-05-071-2/+2
* net: cdc_mbim: __vlan_find_dev_deep need rcu_read_lockBjørn Mork2014-05-071-5/+13
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2014-05-05133-1043/+1496
|\
| * net: macb: Fix race between HW and driverSoren Brinkmann2014-05-051-10/+0
| * net: macb: Remove 'unlikely' optimizationSoren Brinkmann2014-05-051-1/+1
| * net: macb: Re-enable RX interrupt only when RX is doneSoren Brinkmann2014-05-051-7/+6
| * net: macb: Clear interrupt flagsSoren Brinkmann2014-05-051-0/+10
| * net: macb: Pass same size to DMA_UNMAP as used for DMA_MAPSoren Brinkmann2014-05-051-1/+1
| * ip_tunnel: Set network header properly for IP_ECN_decapsulate()Ying Cai2014-05-051-0/+2
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2014-05-053-29/+46
| |\
| | * e1000e: Restrict MDIO Slow Mode workaround to relevant partsDavid Ertman2014-05-051-6/+8
| | * e1000e: Fix issue with link flap on 82579David Ertman2014-05-052-0/+13
| | * e1000e: Expand workaround for 10Mb HD throughput bugDavid Ertman2014-05-052-4/+12
| | * e1000e: Workaround for dropped packets in Gig/100 speeds on 82579David Ertman2014-05-052-19/+13
| * | Merge branch 'mlx4'David S. Miller2014-05-053-18/+47
| |\ \
| | * | net/mlx4_core: Don't issue PCIe speed/width checks for VFsEyal Perry2014-05-051-1/+2
| | * | net/mlx4_core: Load the Eth driver firstOr Gerlitz2014-05-051-2/+2
| | * | net/mlx4_core: Fix slave id computation for single port VFMatan Barak2014-05-051-15/+20
| | * | net/mlx4_core: Adjust port number in qp_attach wrapper when detachingJack Morgenstein2014-05-051-0/+23
| |/ /
| * | net: cdc_ncm: fix buffer overflowBjørn Mork2014-05-051-1/+1
| |/
| * Altera TSE: ALTERA_TSE should depend on HAS_DMAGeert Uytterhoeven2014-05-051-0/+1
| * vsock: Make transport the proto ownerAndy King2014-05-052-26/+27
| * Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2014-05-0518-50/+57
| |\
| | * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2014-05-0118-50/+57
| | |\
| | | * rtl8192cu: Fix unbalanced irq enable in error path of rtl92cu_hw_init()Ben Hutchings2014-04-301-1/+1
| | | * rtlwifi: rtl8192se: Fix regression due to commit 1bf4bbbLarry Finger2014-04-301-0/+6
| | | * ath9k: remove tid->paused flagFelix Fietkau2014-04-303-17/+3
| | | * ath9k_hw: do not lower ANI setting below default on AR913xFelix Fietkau2014-04-301-0/+6
| | | * Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville2014-04-254-6/+16
| | | |\
| | | | * Bluetooth: Add support for Lite-on [04ca:3007]Mohammed Habibulla2014-04-252-0/+3
| | | | * Bluetooth: Fix redundant encryption request for reauthenticationJohan Hedberg2014-04-251-3/+6
| | | | * Bluetooth: Fix triggering BR/EDR L2CAP Connect too earlyJohan Hedberg2014-04-251-0/+6
| | | | * Revert "Bluetooth: Enable autosuspend for Intel Bluetooth device"Marcel Holtmann2014-04-251-3/+1
| | | |/
| | | * brcmfmac: Fix brcmf_chip_ai_coredisable not applying reset bits to BCMA_IOCTLHans de Goede2014-04-241-2/+3
| | | * ath9k: fix race in setting ATH_OP_INVALIDRajkumar Manoharan2014-04-243-9/+3
| | | * ath9k: add a recv budgetTim Harvey2014-04-221-0/+4
| | | * ath9k: fix possible hang on flushTim Harvey2014-04-221-3/+2
| | | * rtlwifi: rtl8188ee: initialize packet_beaconColin Ian King2014-04-221-1/+1
| | | * rt2x00: Remove myself as maintainer.Gertjan van Wingerde2014-04-221-1/+0
| | | * rt2x00: fix beaconing on USBStanislaw Gruszka2014-04-221-10/+12
| * | | net: sched: lock imbalance in hhf qdiscJohn Fastabend2014-05-041-5/+6
| * | | net: mvmdio: Check for a valid interrupt instead of an errorEzequiel Garcia2014-05-021-1/+4
| * | | net phy: Check for aneg completion before setting state to PHY_RUNNINGBalakumaran Kannan2014-05-021-0/+11
| |/ /
| * | hyperv: Properly handle checksum offloadKY Srinivasan2014-04-301-0/+4
| * | gianfar: Avoid unnecessary reg accesses in adjust_link()Claudiu Manoil2014-04-301-110/+113
| * | tcp_cubic: fix the range of delayed_ackLiu Yu2014-04-301-1/+1
| * | bpf_dbg: fix wrong register usageBrendan Hickey2014-04-301-1/+1
| * | Revert "macvlan : fix checksums error when we are in bridge mode"Vlad Yasevich2014-04-301-3/+0
| * | mactap: Fix checksum errors for non-gso packets in bridge modeVlad Yasevich2014-04-301-0/+9
| * | tcp: increment retransmit counters in tlp and fast openEric Dumazet2014-04-301-7/+7
OpenPOWER on IntegriCloud