aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4 (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2017-06-13mac80211: set bss_info data before configuring the channelJohannes Berg1-10/+28
2017-06-13mac80211: remove 5/10 MHz rate code from station MLMEJohannes Berg1-21/+3
2017-06-13mac80211: Fix incorrect condition when checking rx timestampAvraham Stern1-1/+1
2017-06-13mac80211: don't look at the PM bit of BAR framesEmmanuel Grumbach1-1/+5
2017-06-12i40e: fix handling of HW ATR evictionJacob Keller4-7/+9
2017-06-12hsr: fix incorrect warningKaricheri, Muralidharan3-5/+9
2017-06-12proc: snmp6: Use correct type in memsetChristian Perle1-1/+1
2017-06-12cpuidle: dt: Add missing 'of_node_put()'Christophe Jaillet1-1/+3
2017-06-12cpufreq: conservative: Allow down_threshold to take values from 1 to 10Tomasz WilczyƄski1-2/+2
2017-06-12Revert "cpufreq: schedutil: Reduce frequencies slower"Rafael J. Wysocki1-3/+0
2017-06-12ACPICA: Tables: Mechanism to handle late stage acpi_get_table() imbalanceLv Zheng2-9/+39
2017-06-12PM / devfreq: exynos-ppmu: Staticize event listKrzysztof Kozlowski1-1/+1
2017-06-12PM / devfreq: exynos-ppmu: Handle return value of clk_prepare_enableArvind Yadav1-1/+5
2017-06-12PM / devfreq: exynos-nocp: Handle return value of clk_prepare_enableArvind Yadav1-1/+5
2017-06-11Linux 4.12-rc5Linus Torvalds1-1/+1
2017-06-11compiler, clang: properly override 'inline' for clangLinus Torvalds1-1/+2
2017-06-11net: ipmr: Fix some mroute forwarding issues in vrf'sDonald Sharp1-17/+15
2017-06-11net: ena: update ena driver to version 1.1.7Netanel Belgazal1-1/+1
2017-06-11net: ena: bug fix in lost tx packets detection mechanismNetanel Belgazal3-31/+50
2017-06-11net: ena: disable admin msix while working in polling modeNetanel Belgazal1-0/+8
2017-06-11net: ena: fix theoretical Rx hang on low memory systemsNetanel Belgazal3-0/+58
2017-06-11net: ena: add missing unmap bars on device removalNetanel Belgazal1-4/+11
2017-06-11net: ena: fix race condition between submit and completion admin commandNetanel Belgazal1-4/+2
2017-06-11net: ena: add missing return when ena_com_get_io_handlers() failsNetanel Belgazal1-0/+2
2017-06-11net: ena: fix bug that might cause hang after consecutive open/close interface.Netanel Belgazal1-15/+26
2017-06-11net: ena: fix rare uncompleted admin command false alarmNetanel Belgazal1-10/+11
2017-06-11net/mlx5: Enable 4K UAR only when page size is bigger than 4KMajd Dibbiny1-2/+4
2017-06-11net/mlx5e: Fix wrong indications in DIM due to counter wraparoundTal Gilboa2-7/+11
2017-06-11net/mlx5e: Added BW check for DIM decision mechanismTal Gilboa2-17/+22
2017-06-11net/mlx5: Remove several module events out of ethtool statsHuy Nguyen1-9/+2
2017-06-11net/mlx5: Continue health polling until it is explicitly stoppedMohamad Haj Yahia1-6/+5
2017-06-11net/mlx5: Fix create vport flow table flowMohamad Haj Yahia1-1/+1
2017-06-11KVM: async_pf: avoid async pf injection when in guest modeWanpeng Li3-4/+7
2017-06-10hexagon: Use raw_copy_to_userGuenter Roeck1-3/+2
2017-06-10net: mvpp2: use {get, put}_cpu() instead of smp_processor_id()Thomas Petazzoni1-8/+19
2017-06-10net: mvpp2: remove mvpp2_bm_cookie_{build,pool_get}Thomas Petazzoni1-33/+14
2017-06-10net: tipc: Fix a sleep-in-atomic bug in tipc_msg_reverseJia-Ju Bai1-1/+1
2017-06-10net: caif: Fix a sleep-in-atomic bug in cfpkt_create_pfxJia-Ju Bai1-5/+1
2017-06-10Revert "net: fec: Add a fec_enet_clear_ethtool_stats() stub for CONFIG_M5272"David S. Miller1-4/+0
2017-06-10sctp: disable BH in sctp_for_each_endpointXin Long1-2/+2
2017-06-10net: fec: Add a fec_enet_clear_ethtool_stats() stub for CONFIG_M5272Fabio Estevam1-0/+4
2017-06-10l2tp: cast l2tp traffic counter to unsignedDominik Heidler1-6/+7
2017-06-10net: aquantia: atlantic: remove declaration of hw_atl_utils_hw_set_powerPhilippe Reynes1-3/+0
2017-06-10bnx2x: Don't post statistics to malicious VFsMintz, Yuval2-1/+13
2017-06-10bnx2x: Allow vfs to disable txvlan offloadMintz, Yuval1-4/+15
2017-06-10ufs: we need to sync inode before freeing itAl Viro1-0/+1
2017-06-09excessive checks in ufs_write_failed() and ufs_evict_inode()Al Viro1-13/+5
2017-06-09ufs_getfrag_block(): we only grab ->truncate_mutex on block creation pathAl Viro1-1/+3
2017-06-09ufs_extend_tail(): fix the braino in calling conventions of ufs_new_fragments()Al Viro1-1/+2
2017-06-09ufs: set correct ->s_maxsizeAl Viro1-0/+18