summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* qmi_wwan: Set random MAC on devices with buggy fwKristian Evensen2015-01-021-3/+7
* openvswitch: Consistently include VLAN header in flow and port stats.Ben Pfaff2015-01-022-3/+4
* tcp: Do not apply TSO segment limit to non-TSO packetsHerbert Xu2015-01-021-2/+2
* Altera TSE: Add missing phydevKostya Belezko2015-01-021-9/+6
* Merge branch 'mlx4-net'David S. Miller2015-01-022-13/+9
|\
| * net/mlx4_core: Fix error flow in mlx4_init_hca()Jack Morgenstein2015-01-021-9/+4
| * net/mlx4_core: Correcly update the mtt's offset in the MR re-reg flowMaor Gottlieb2015-01-021-4/+5
|/
* qlcnic: Fix return value in qlcnic_probe()Yongjian Xu2014-12-311-0/+1
* net: axienet: fix error return codeJulia Lawall2014-12-311-0/+2
* net: sun4i-emac: fix error return codeJulia Lawall2014-12-311-1/+3
* myri10ge: fix error return codeJulia Lawall2014-12-311-1/+3
* net: Xilinx: fix error return codeJulia Lawall2014-12-312-0/+3
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2014-12-313-3/+5
|\
| * i40e: Fix possible memory leak in i40e_dbg_dump_descJoe Perches2014-12-311-1/+3
| * igb: Remove unneeded FIXMETodd Fujinaka2014-12-311-1/+1
| * e100: fix typo in MDI/MDI-X eeprom check in e100_phy_initJohn W. Linville2014-12-311-1/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2014-12-3069-1393/+628
|\
| * genetlink: A genl_bind() to an out-of-range multicast group should not WARN().David S. Miller2014-12-291-6/+1
| * netlink/genetlink: pass network namespace to bind/unbindJohannes Berg2014-12-277-25/+28
| * ne2k-pci: Add pci_disable_device in error handlingJia-Ju Bai2014-12-271-2/+4
| * bonding: change error message to debug message in __bond_release_one()Wengang Wang2014-12-271-1/+1
| * Merge branch 'netlink_multicast'David S. Miller2014-12-274-13/+83
| |\
| | * genetlink: pass multicast bind/unbind to familiesJohannes Berg2014-12-272-0/+64
| | * netlink: call unbind when releasing socketJohannes Berg2014-12-271-0/+7
| | * netlink: update listeners directly when removing socketJohannes Berg2014-12-271-5/+5
| | * genetlink: pass only network namespace to genl_has_listeners()Johannes Berg2014-12-272-4/+3
| | * netlink: rename netlink_unbind() to netlink_undo_bind()Johannes Berg2014-12-271-4/+4
| |/
| * Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2014-12-261-4/+12
| |\
| | * Bluetooth: Fix accepting connections when not using mgmtJohan Hedberg2014-12-241-1/+6
| | * Bluetooth: Fix controller configuration with HCI_QUIRK_INVALID_BDADDRMarcel Holtmann2014-12-241-3/+6
| * | Merge tag 'wireless-drivers-for-davem-2014-12-26' of git://git.kernel.org/pub...David S. Miller2014-12-267-12/+34
| |\ \
| | * | brcmfmac: Do not crash if platform data is not populatedMika Westerberg2014-12-241-2/+2
| | * | ipw2200: select CFG80211_WEXTPaul Bolle2014-12-241-1/+2
| | * | Merge tag 'iwlwifi-fixes-for-kalle-2014-12-18' of git://git.kernel.org/pub/sc...Kalle Valo2014-12-215-9/+30
| | |\ \
| | | * | iwlwifi: pcie: limit fw chunk sizes given to fhLiad Kaufman2014-12-142-1/+2
| | | * | iwlwifi: add new device IDs for 3165Emmanuel Grumbach2014-12-141-0/+4
| | | * | iwlwifi: don't double free a pointer if no FW was foundEmmanuel Grumbach2014-12-141-1/+1
| | | * | iwlwifi: pcie: re-ACK all interrupts after device resetEmmanuel Grumbach2014-12-141-5/+10
| | | * | iwlwifi: mvm: clear IN_HW_RESTART flag on stop()Eliad Peller2014-12-141-2/+13
| * | | | net: Generalize ndo_gso_check to ndo_features_checkJesse Gross2014-12-267-35/+70
| * | | | net: incorrect use of init_completion fixupNicholas Mc Guire2014-12-261-1/+1
| * | | | neigh: remove next ptr from struct neigh_tableNicolas Dichtel2014-12-261-1/+0
| * | | | net: xilinx: Remove unnecessary temac_property in the driverAppana Durga Kedareswara Rao2014-12-262-6/+0
| * | | | net: phy: micrel: use generic config_init for KSZ8021/KSZ8031Johan Hovold2014-12-261-15/+3
| * | | | net/core: Handle csum for CHECKSUM_COMPLETE VXLAN forwardingJay Vosburgh2014-12-261-0/+1
| * | | | openvswitch: fix odd_ptr_err.cocci warningsWu Fengguang2014-12-241-1/+1
| * | | | net: Reset secmark when scrubbing packetThomas Graf2014-12-241-0/+1
| * | | | net: Fix stacked vlan offload features computationToshiaki Makita2014-12-241-5/+8
| * | | | Merge branch 'openvswitch-net'David S. Miller2014-12-2310-39/+52
| |\ \ \ \
| | * | | | vxlan: Fix double free of skb.Pravin B Shelar2014-12-231-10/+24