summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Revert "cfg80211: make WEXT compatibility unselectable"Jiri Kosina2014-12-311-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2014-12-3069-1393/+628Star
|\
| * genetlink: A genl_bind() to an out-of-range multicast group should not WARN().David S. Miller2014-12-291-6/+1Star
| * 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/+3Star
| | * 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-271-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-277-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/+0Star
| * | | | net: xilinx: Remove unnecessary temac_property in the driverAppana Durga Kedareswara Rao2014-12-262-6/+0Star
| * | | | net: phy: micrel: use generic config_init for KSZ8021/KSZ8031Johan Hovold2014-12-261-15/+3Star
| * | | | 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-2410-39/+52
| |\ \ \ \
| | * | | | vxlan: Fix double free of skb.Pravin B Shelar2014-12-241-10/+24
| | * | | | openvswitch: Fix vport_send double freePravin B Shelar2014-12-245-11/+23
| | * | | | openvswitch: Fix GSO with multiple MPLS label.Pravin B Shelar2014-12-241-1/+2
| | * | | | openvswitch: Fix MPLS action validation.Pravin B Shelar2014-12-241-12/+1Star
| | * | | | mpls: Fix allowed protocols for mpls gsoPravin B Shelar2014-12-241-4/+1Star
| | * | | | mpls: Fix config check for mpls.Pravin B Shelar2014-12-241-1/+1
| |/ / / /
| * | | | net: Rearrange loop in net_rx_actionHerbert Xu2014-12-241-14/+12Star
| * | | | net: Always poll at least one device in net_rx_actionHerbert Xu2014-12-241-4/+3Star
| * | | | net: Detect drivers that reschedule NAPI and exhaust budgetHerbert Xu2014-12-241-0/+9
| * | | | net: Move napi polling code out of net_rx_actionHerbert Xu2014-12-241-44/+54
| * | | | batman-adv: avoid NULL dereferences and fix if checkAntonio Quartulli2014-12-241-1/+1
| * | | | batman-adv: Unify fragment size calculationSven Eckelmann2014-12-241-1/+1
| * | | | batman-adv: Calculate extra tail size based on queued fragmentsSven Eckelmann2014-12-241-1/+1
| * | | | net: drop the packet when fails to do software segmentation or header checkJason Wang2014-12-241-1/+1
| * | | | tcp6: don't move IP6CB before xfrm6_policy_check()Nicolas Dichtel2014-12-221-16/+29
| * | | | cxgb4vf: Fix ethtool get_settings for VF driverHariprasad Shenai2014-12-224-41/+161