summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | 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
| | * | | | | | | | | | openvswitch: Fix vport_send double freePravin B Shelar2014-12-235-11/+23
| | * | | | | | | | | | openvswitch: Fix GSO with multiple MPLS label.Pravin B Shelar2014-12-231-1/+2
| | * | | | | | | | | | openvswitch: Fix MPLS action validation.Pravin B Shelar2014-12-231-12/+1
| | * | | | | | | | | | mpls: Fix allowed protocols for mpls gsoPravin B Shelar2014-12-231-4/+1
| | * | | | | | | | | | mpls: Fix config check for mpls.Pravin B Shelar2014-12-231-1/+1
| |/ / / / / / / / / /
| * | | | | | | | | | net: Rearrange loop in net_rx_actionHerbert Xu2014-12-231-14/+12
| * | | | | | | | | | net: Always poll at least one device in net_rx_actionHerbert Xu2014-12-231-4/+3
| * | | | | | | | | | net: Detect drivers that reschedule NAPI and exhaust budgetHerbert Xu2014-12-231-0/+9
| * | | | | | | | | | net: Move napi polling code out of net_rx_actionHerbert Xu2014-12-231-44/+54
| * | | | | | | | | | batman-adv: avoid NULL dereferences and fix if checkAntonio Quartulli2014-12-231-1/+1
| * | | | | | | | | | batman-adv: Unify fragment size calculationSven Eckelmann2014-12-231-1/+1
| * | | | | | | | | | batman-adv: Calculate extra tail size based on queued fragmentsSven Eckelmann2014-12-231-1/+1
| * | | | | | | | | | net: drop the packet when fails to do software segmentation or header checkJason Wang2014-12-231-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
| * | | | | | | | | | caif: Fix napi poll list corruptionHerbert Xu2014-12-221-2/+0
| * | | | | | | | | | net/mlx4_en: Doorbell is byteswapped in Little Endian archsAmir Vadai2014-12-221-1/+11
| * | | | | | | | | | 8139too: Add netif_napi_del in the driverJia-Ju Bai2014-12-221-0/+2
| * | | | | | | | | | 8139too: Fix the lack of pci_disable_deviceJia-Ju Bai2014-12-221-1/+1
| * | | | | | | | | | net: ethernet: stmicro: stmmac: drop owner assignment from platform_driversWolfram Sang2014-12-221-1/+0
| * | | | | | | | | | net: s6gmac: remove driverDaniel Glöckner2014-12-223-1071/+0
| * | | | | | | | | | net: ethernet: micrel: ksz884x.c: Remove unused functionRickard Strandqvist2014-12-221-6/+0
| * | | | | | | | | | tg3: tg3_disable_ints using uninitialized mailbox value to disable interruptsPrashant Sreedharan2014-12-221-17/+17
| * | | | | | | | | | in6: fix conflict with glibcstephen hemminger2014-12-222-1/+5
| * | | | | | | | | | hyperv: Fix some variable name typos in send-buffer init/revokeHaiyang Zhang2014-12-222-7/+9
| * | | | | | | | | | virtio_net: Fix napi poll list corruptionHerbert Xu2014-12-221-2/+0
OpenPOWER on IntegriCloud