summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | | mac80211: fix use-after-free in defragmentationJohannes Berg2014-11-031-7/+7
| | | * | | mac80211: properly flush delayed scan work on interface removalJohannes Berg2014-10-301-1/+6
| | | * | | mac80211: schedule the actual switch of the station before CSA count 0Luciano Coelho2014-10-291-1/+2
| | | * | | mac80211: use secondary channel offset IE also beacons during CSALuciano Coelho2014-10-295-17/+10
| | | * | | mac80211: flush keys for AP mode on ieee80211_do_stopFelix Fietkau2014-10-291-5/+6
| | | * | | mac80211_hwsim: release driver when ieee80211_register_hw failsJunjie Mao2014-10-291-1/+3
| | * | | | Merge tag 'iwlwifi-for-john-2014-11-03' of git://git.kernel.org/pub/scm/linux...John W. Linville2014-11-045-4/+24
| | |\ \ \ \ | | | | |_|/ | | | |/| |
| | | * | | iwlwifi: fix RFkill while calibratingEmmanuel Grumbach2014-11-035-4/+23
| | | * | | iwlwifi: mvm: initialize the cur_ucode upon bootEmmanuel Grumbach2014-10-291-0/+1
| * | | | | netxen: Fix link event handling.Manish Chopra2014-11-061-1/+2
| * | | | | enic: update desc properly in rx_copybreakGovindarajulu Varadarajan2014-11-061-12/+2
| * | | | | enic: handle error condition properly in enic_rq_indicate_bufGovindarajulu Varadarajan2014-11-061-0/+6
| * | | | | Merge branch 'mlx5-net'David S. Miller2014-11-062-6/+5
| |\ \ \ \ \
| | * | | | | net/mlx5_core: Fix race on driver loadEli Cohen2014-11-061-2/+2
| | * | | | | net/mlx5_core: Fix race in create EQEli Cohen2014-11-061-4/+3
| |/ / / / /
| * | | | | net: dsa: slave: Fix autoneg for phys on switch MDIO busAndrew Lunn2014-11-061-2/+5
| * | | | | net/9p: remove a comment about pref member which doesn't existRyo Munakata2014-11-061-1/+0
| * | | | | drivers: net: cpsw: remove cpsw_ale_stop from cpsw_ale_destroyMugunthan V N2014-11-061-1/+0
| * | | | | net: mv643xx_eth: reclaim TX skbs only when released by the HWKarl Beldan2014-11-061-8/+10
| * | | | | bridge: include in6.h in if_bridge.h for struct in6_addrGregory Fong2014-11-051-0/+1
| * | | | | tcp: zero retrans_stamp if all retrans were ackedMarcelo Leitner2014-11-051-29/+31
| * | | | | Merge branch 'stmmac-net'David S. Miller2014-11-051-23/+29
| |\ \ \ \ \
| | * | | | | stmmac: fix atomicity in pm routinesGiuseppe CAVALLARO2014-11-051-13/+16
| | * | | | | stmmac: fix concurrency in eee initialization.Giuseppe CAVALLARO2014-11-051-6/+9
| | * | | | | stmmac: fix lock in stmmac_set_rx_modeGiuseppe CAVALLARO2014-11-051-2/+0
| | * | | | | stmmac: release tx lock, in case of dma mapping error.Fabrice Gasnier2014-11-051-0/+1
| | * | | | | stmmac: fix stmmac_tx_avail should be called with TX lockedFabrice Gasnier2014-11-051-2/+3
| |/ / / / /
| * | | | | drivers: net: ethernet: xilinx: xilinx_emaclite: revert the original commit "...Chen Gang2014-11-051-1/+0
| * | | | | include/linux/socket.h: Fix commentRasmus Villemoes2014-11-051-1/+1
| * | | | | net: Add missing descriptions for fwmark_reflect for ipv4 and ipv6.Loganaden Velvindron2014-11-051-0/+14
| * | | | | geneve: Unregister pernet subsys on module unload.Jesse Gross2014-11-051-0/+1
| * | | | | geneve: Set GSO type on transmit.Jesse Gross2014-11-051-0/+2
| * | | | | Merge branch 'xgene-net'David S. Miller2014-11-047-13/+49
| |\ \ \ \ \
| | * | | | | drivers: net: xgene: fix: Use separate resourcesIyappan Subramanian2014-11-042-3/+6
| | * | | | | drivers: net: xgene: Backward compatibility with older firmwareIyappan Subramanian2014-11-046-5/+38
| | * | | | | dtb: xgene: fix: Backward compatibility with older firmwareIyappan Subramanian2014-11-041-5/+5
| |/ / / / /
| * | | | | sfc: don't BUG_ON efx->max_channels == 0 in probeEdward Cree2014-11-031-1/+2
| * | | | | Merge branch 'ipv6_tunnel_iflink_init'David S. Miller2014-11-034-30/+11
| |\ \ \ \ \
| | * | | | | gre6: Move the setting of dev->iflink into the ndo_init functions.Steffen Klassert2014-11-031-2/+3
| | * | | | | sit: Use ipip6_tunnel_init as the ndo_init function.Steffen Klassert2014-11-031-9/+6
| | * | | | | vti6: Use vti6_dev_init as the ndo_init function.Steffen Klassert2014-11-031-10/+1
| | * | | | | ip6_tunnel: Use ip6_tnl_dev_init as the ndo_init function.Steffen Klassert2014-11-031-9/+1
| |/ / / / /
| * | | | | macvtap: Fix csum_start when VLAN tags are presentHerbert Xu2014-11-031-0/+2
| * | | | | net: fec: fix suspend broken on multiple MACs silliconsNimrod Andy2014-11-031-8/+8
| * | | | | Merge branch 'tun-net'David S. Miller2014-11-031-11/+17
| |\ \ \ \ \
| | * | | | | tun: Fix TUN_PKT_STRIP settingHerbert Xu2014-11-031-4/+8
| | * | | | | tun: Fix csum_start with VLAN accelerationHerbert Xu2014-11-031-7/+9
| |/ / / / /
| * | | | | uapi: add missing network related headers to kbuildstephen hemminger2014-11-031-0/+4
| * | | | | netfilter: nft_reject_bridge: Fix powerpc build errorGuenter Roeck2014-11-031-0/+1
| * | | | | smc91x: retrieve IRQ and trigger flags in a modern wayLinus Walleij2014-11-011-8/+12
OpenPOWER on IntegriCloud