summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* arch, mm: Remove tlb_fast_mode()Peter Zijlstra2013-06-064-81/+13
* Merge branch 'rc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/mmar...Linus Torvalds2013-06-065-12/+27
|\
| * Merge branch 'yem-kconfig-rc-fixes' of git://gitorious.org/linux-kconfig/linu...Michal Marek2013-05-304-11/+26
| |\
| | * kconfig/menu.c: fix multiple references to expressions in menu_add_prop()Dirk Gouders2013-05-301-1/+14
| | * mconf: handle keys in empty dialogsDirk Gouders2013-05-302-9/+11
| | * scripts/config: fix assignment of parameters for short version of --*-after o...Clement Chauplannaz2013-05-201-1/+1
| * | kbuild: Don't assume dts files live in arch/*/boot/dtsMatthijs Kooijman2013-05-231-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2013-06-0582-511/+836
|\ \ \
| * | | net_sched: htb: do not mix 1ns and 64ns time unitsEric Dumazet2013-06-051-17/+17
| * | | net: fix sk_buff head without data areaPablo Neira2013-06-052-3/+3
| * | | tg3: Add read dma workaround for 5720Nithin Sujir2013-06-052-8/+18
| * | | net: ethernet: xilinx_emaclite: set protocol selector bits when writing ANARJens Renner \(EFE\)2013-06-051-1/+2
| * | | bnx2x: Fix bridged GSO for 57710/57711 chipsYuval Mintz2013-06-051-2/+1
| * | | net: fec: add fallback to random MAC addressLucas Stach2013-06-051-0/+12
| * | | bnx2x: fix TCP offload for tunneling ipv4 over ipv6Dmitry Kravkov2013-06-051-7/+6
| * | | ipv6: assign rt6_info to inet6_ifaddr in init_loopbackGao feng2013-06-051-1/+3
| * | | Merge branch 'fixes-for-3.10' of git://gitorious.org/linux-can/linux-canDavid S. Miller2013-06-044-93/+160
| |\ \ \
| | * | | net: can: peak_usb: Do not do dma on the stackMarc Kleine-Budde2013-06-032-21/+41
| | * | | net: can: esd_usb2: Do not do dma on the stackOlivier Sobrie2013-06-031-51/+76
| | * | | net: can: kvaser_usb: fix reception on "USBcan Pro" and "USBcan R" type hardw...Jonas Peterson2013-06-031-21/+43
| * | | | net/mlx4_core: Keep VF assigned MAC in the PF admin tableOr Gerlitz2013-06-041-3/+7
| * | | | net/mlx4_en: Handle unassigned VF MAC address correctlyOr Gerlitz2013-06-041-4/+12
| * | | | net/mlx4_core: Return -EPROBE_DEFER when a VF is probed before PF is sufficie...Jack Morgenstein2013-06-042-16/+6
| * | | | net/mlx4_en: Fix adaptive moderation cq updateSagi Grimberg2013-06-041-0/+1
| |/ / /
| * | | net_sched: restore "overhead xxx" handlingEric Dumazet2013-06-035-22/+28
| * | | net: force a reload of first item in hlist_nulls_for_each_entry_rcuEric Dumazet2013-06-031-1/+6
| * | | hyperv: Fix vlan_proto setting in netvsc_recv_callback()Haiyang Zhang2013-06-011-1/+2
| * | | team: fix port list dump for big number of portsJiri Pirko2013-06-011-3/+4
| * | | list: introduce list_first_entry_or_nullJiri Pirko2013-06-011-0/+11
| * | | selinux: fix the labeled xfrm/IPsec reference count handlingPaul Moore2013-06-011-20/+14
| * | | xfrm: force a garbage collection after deleting a policyPaul Moore2013-06-014-1/+13
| * | | udp6: Fix udp fragmentation for tunnel traffic.Pravin B Shelar2013-06-012-8/+27
| * | | net/core: dev_mc_sync_multiple calls wrong helperJay Vosburgh2013-06-011-1/+1
| * | | net/core: __hw_addr_sync_one / _multiple brokenJay Vosburgh2013-06-011-4/+7
| * | | net/core: __hw_addr_unsync_one "from" address not marked syncedJay Vosburgh2013-06-011-1/+2
| * | | net/core: __hw_addr_create_ex does not initialize sync_cntJay Vosburgh2013-06-011-0/+1
| * | | snmp6: remove IPSTATS_MIB_CSUMERRORSNicolas Dichtel2013-06-011-1/+1
| * | | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2013-05-3127-235/+301
| |\ \ \
| | * \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-05-2927-235/+301
| | |\ \ \
| | | * | | ath9k: use correct OTP register offsets for AR9550Gabor Juhos2013-05-281-3/+6
| | | * | | brcmfmac: Disable powersave mode for P2P link.Hante Meuleman2013-05-281-0/+5
| | | * | | brcmfmac: Add multi channel support for P2P.Hante Meuleman2013-05-281-1/+25
| | | * | | brcmfmac: use struct net_device::destructor to remove interfacesArend van Spriel2013-05-283-5/+25
| | | * | | brcmfmac: free net device when registration failsArend van Spriel2013-05-282-4/+9
| | | * | | brcmfmac: add additional parameter to brcmf_free_vif()Arend van Spriel2013-05-283-25/+20
| | | * | | brcmfmac: Fix p2p setup when connected to ap on 5G.Hante Meuleman2013-05-281-7/+21
| | | * | | brcmfmac: Turn off ARP offloading when configured for AP.Hante Meuleman2013-05-283-19/+45
| | | * | | Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlw...John W. Linville2013-05-281-1/+1
| | | |\ \ \
| | | | * | | iwlwifi: dvm: fix zero LQ CMD sending avoidanceEmmanuel Grumbach2013-05-271-1/+1
| | | * | | | Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2013-05-284-14/+47
| | | |\ \ \ \