summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* net/netlink: lockdep_genl_is_held can be booleanYaowei Bai2015-10-092-2/+2
* Merge branch 'mlx-next'David S. Miller2015-10-098-150/+194
|\
| * net/mlx4_core: Fix resource tracker error flow in add_res_rangeSaeed Mahameed2015-10-091-1/+3
| * net/mlx4_core: Fix mailbox leak in error flow when performing update qpJack Morgenstein2015-10-091-3/+3
| * net/mlx4_en: Add steering rules after RSS creationIdo Shamay2015-10-091-64/+80
| * net/mlx5_core: Use private health thread for each deviceEli Cohen2015-10-093-55/+52
| * net/mlx5_core: Use accessor functions to read from device memoryEli Cohen2015-10-091-13/+22
| * net/mlx5_core: Prepare cmd interface to system errors handlingEli Cohen2015-10-092-3/+23
| * net/mlx5_core: Improve mlx5 messagesEli Cohen2015-10-091-11/+11
|/
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2015-10-0923-227/+567
|\
| * i40e: print neato new featuresJesse Brandeburg2015-10-081-0/+3
| * i40e/i40evf: pass QOS handle to VFMitch Williams2015-10-083-2/+6
| * i40evf: use capabilities flags properlyMitch Williams2015-10-081-2/+7
| * i40e: refactor code to remove indentJesse Brandeburg2015-10-081-40/+42
| * i40e/i40evf: clean up some codeJesse Brandeburg2015-10-0817-103/+124
| * i40evf: detect reset more reliablyMitch Williams2015-10-081-20/+16
| * i40e: Support FW CEE DCB UP to TC map nibble swapGreg Bowers2015-10-081-5/+8
| * i40e/i40evf: Explicitly assign enum index for VSI typeSerey Kong2015-10-082-16/+16
| * i40e: add switch for link pollingShannon Nelson2015-10-083-3/+29
| * i40e: Fix multiple link up messagesMatt Jared2015-10-083-3/+8
| * i40e: Fix for extra Flow Director filter in table after errorCarolyn Wyborny2015-10-083-1/+17
| * i40e/i40evf: Store CEE DCBX DesiredCfg and RemoteCfgNeerav Parikh2015-10-083-12/+42
| * i40e: Add parsing for CEE DCBX TLVsNeerav Parikh2015-10-082-0/+218
| * i40e: add more verbose error messagesMitch Williams2015-10-081-1/+3
| * i40e: inline interrupt enableJesse Brandeburg2015-10-082-19/+18
| * i40e: fix erroneous WARN_ONJesse Brandeburg2015-10-081-0/+10
|/
* Merge branch 'bpf_random32'David S. Miller2015-10-0812-96/+187
|\
| * bpf: split state from prandom_u32() and consolidate {c, e}BPF prngsDaniel Borkmann2015-10-085-13/+35
| * random32: add prandom_init_once helper for own rngsDaniel Borkmann2015-10-082-1/+7
| * random32: add prandom_seed_full_state helperDaniel Borkmann2015-10-081-16/+21
| * once: make helper generic for calling functions onceHannes Frederic Sowa2015-10-082-35/+76
| * net: move net_get_random_once to libHannes Frederic Sowa2015-10-085-67/+84
|/
* net: Do not drop to make_route if oif is l3mdevDavid Ahern2015-10-081-1/+2
* bpf, skb_do_redirect: clear sender_cpu before xmitDaniel Borkmann2015-10-081-0/+1
* net: hns: fix 32-bit build warningArnd Bergmann2015-10-081-6/+6
* net: Microchip encx24j600 driverJon Ringle2015-10-085-0/+2087
* Merge branch 'broadcom-iproc'David S. Miller2015-10-0811-262/+760
|\
| * net: phy: bcm7xxx: Modified to use global core register definesArun Parameswaran2015-10-081-6/+3
| * net: phy: Broadcom Cygnus internal Etherent PHY driverArun Parameswaran2015-10-084-0/+179
| * net: phy: Add Broadcom phy library for common interfacesArun Parameswaran2015-10-088-256/+332
| * net: phy: Broadcom iProc MDIO bus driverArun Parameswaran2015-10-083-0/+223
| * dt-bindings: net: Broadcom iProc MDIO bus driver device tree bindingArun Parameswaran2015-10-081-0/+23
|/
* Merge branch 'net/rds/4.3-v3' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller2015-10-0812-282/+448
|\
| * RDS: IB: split mr pool to improve 8K messages performanceSantosh Shilimkar2015-10-054-62/+147
| * RDS: IB: use max_mr from HCA caps than max_fmrSantosh Shilimkar2015-10-051-2/+2
| * RDS: IB: mark rds_ib_fmr_wq staticSantosh Shilimkar2015-10-051-1/+1
| * RDS: IB: use already available pool handle from ibmrSantosh Shilimkar2015-10-051-3/+2
| * RDS: IB: fix the rds_ib_fmr_wq kick callSantosh Shilimkar2015-10-051-1/+1
| * RDS: IB: handle rds_ibdev release case instead of crashing the kernelSantosh Shilimkar2015-10-051-1/+2
| * RDS: IB: split send completion handling and do batch ackSantosh Shilimkar2015-10-055-65/+98