aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2014-09-13drivers: net: cpsw: dual_emac: in suspend/resume bring down/up all the netdevMugunthan V N1-5/+24
2014-09-12drivers: net: b44: Fix typo in returning multicast statsMark Einon1-1/+1
2014-09-12Merge tag 'master-2014-09-11' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessDavid S. Miller17-43/+74
2014-09-12Merge tag 'linux-can-fixes-for-3.17-20140911' of git://gitorious.org/linux-can/linux-canDavid S. Miller1-5/+5
2014-09-12ipv6: clean up anycast when an interface is destroyedSabrina Dubroca3-3/+27
2014-09-12Merge branch 'arc_emac'David S. Miller1-16/+37
2014-09-12net: arc_emac: prevent reuse of unreclaimed tx descriptorsBeniamino Galvani1-11/+32
2014-09-12net: arc_emac: enable tx interruptsBeniamino Galvani1-5/+5
2014-09-11Revert "ath9k: Calculate sleep duration"Sujith Manoharan1-3/+2
2014-09-11can: flexcan: avoid calling usleep_range from interrupt contextDavid Jander1-5/+5
2014-09-10Documentation: filter: Add MIPS to architectures with BPF JITMarkos Chandras1-3/+3
2014-09-10mlx4: Fix wrong endianess access with QP context flagsOr Gerlitz1-1/+1
2014-09-10Merge branch 'mlx4'David S. Miller6-15/+71
2014-09-10net/mlx4: Set vlan stripping policy by the right commandMatan Barak5-7/+38
2014-09-10net/mlx4: Avoid dealing with MAC index in UPDATE_QP wrapper if not neededMatan Barak1-7/+11
2014-09-10net/mlx4: Use the correct VSD mask in UPDATE_QPMatan Barak1-1/+1
2014-09-10net/mlx4: Correctly configure single ported VFs from the hostMatan Barak1-0/+21
2014-09-10drivers: net: cpsw: dual_emac: fix reducing of rx descriptor during ifdownMugunthan V N1-0/+23
2014-09-09RxRPC: Fix missing __user annotationDavid Howells1-1/+1
2014-09-09net:bonding: Add missing space in bonding driver parameter descriptionMasanari Iida1-1/+1
2014-09-09net:socket: set msg_namelen to 0 if msg_name is passed as NULL in msghdr struct from userland.Ani Sinha1-0/+3
2014-09-09Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-fixesJohn W. Linville14-39/+65
2014-09-09Merge tag 'mac80211-for-john-2014-09-08' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211John W. Linville2-1/+7
2014-09-08Merge branch 'oom_fixes'David S. Miller2-26/+38
2014-09-08net: bcmgenet: check harder for out of memory conditionsFlorian Fainelli1-14/+19
2014-09-08net: systemport: check harder for out of memory conditionsFlorian Fainelli1-12/+19
2014-09-08net/mlx4_en: do not ignore autoneg in mlx4_en_set_pauseparam()Ivan Vecera1-0/+3
2014-09-08drivers: net: ethernet: octeon_mgmt: fix a compiler warningAaro Koskinen1-1/+3
2014-09-08net: fix skb_page_frag_refill() kerneldocEric Dumazet1-1/+1
2014-09-08sunvnet - add missing rmb() for sunvnet driverDavid L Stevens1-2/+5
2014-09-08iwlwifi: mvm: fix an overflow in iwl_mvm_get_signal_strengthEyal Shapira1-3/+3
2014-09-08iwlwifi: add PCI IDs and add then new 3165 seriesOren Givon3-0/+24
2014-09-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds5-62/+96
2014-09-08iwlwifi: dvm: disable power save by defaultEmmanuel Grumbach1-1/+1
2014-09-08iwlwifi: mvm: BT Coex - always initialize smps_modeJohannes Berg1-4/+3
2014-09-08iwlwiwi: mvm: use bss_conf->dtim_period instead of conf.ps_dtim_periodEmmanuel Grumbach2-5/+3
2014-09-08iwlwifi: mvm: treat EAPOLs like mgmt frames wrt rateEyal Shapira1-2/+6
2014-09-08iwlwifi: mvm: correctly handle PM/QoS changes from mac80211Johannes Berg1-5/+6
2014-09-08iwlwifi: increase DEFAULT_MAX_TX_POWEREliad Peller2-3/+3
2014-09-08iwlwifi: mvm: fix endianity issues with Smart Fifo commandsEmmanuel Grumbach2-3/+3
2014-09-08iwlwifi: mvm: set MAC_FILTER_IN_BEACON correctly for STA/P2P clientLuciano Coelho1-5/+5
2014-09-08iwlwifi: mvm: BT Coex - remove shadowing variableJohannes Berg1-2/+0
2014-09-07Merge branch 'for-3.17-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds1-14/+33
2014-09-07Merge branch 'for-3.17-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpuLinus Torvalds2-6/+18
2014-09-07Merge branch 'for-3.17-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/libataLinus Torvalds5-18/+99
2014-09-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds116-555/+1082
2014-09-07Merge tag 'master-2014-09-04' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessDavid S. Miller11-14/+33
2014-09-07ipv6: restore the behavior of ipv6_sock_ac_drop()WANG Cong1-2/+0
2014-09-07Linux 3.17-rc4Linus Torvalds1-1/+1
2014-09-07Documentation: new page link in SubmittingPatchesSudip Mukherjee1-0/+1