aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-01-24net: separate SIOCGIFCONF handling from dev_ioctl()Al Viro4-86/+42
2018-01-24Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queueDavid S. Miller3-17/+43
2018-01-24fm10k: clarify action when updating the VLAN tableNgai-Mint Kwan1-1/+3
2018-01-24fm10k: correct typo in fm10k_pf.cNgai-Mint Kwan1-1/+1
2018-01-24fm10k: don't assume VLAN 1 is enabledJacob Keller1-5/+3
2018-01-24fm10k: stop adding VLAN 0 to the VLAN tableJacob Keller1-3/+0
2018-01-24fm10k: fix "failed to kill vid" message for VFNgai-Mint Kwan1-2/+12
2018-01-24fm10k: cleanup unnecessary parenthesis in fm10k_iov.cJacob Keller1-2/+2
2018-01-24cxgb4: make symbol pedits staticWei Yongjun1-1/+1
2018-01-24net: erspan: fix use-after-freeWilliam Tu1-2/+2
2018-01-24fm10k: Fix configuration for macvlan offloadAlexander Duyck1-3/+22
2018-01-24net: qcom/emac: extend DMA mask to 46bitsWang Dongsheng2-3/+7
2018-01-24ip_tunnel: Use mark in skb by defaultThomas Winter1-3/+10
2018-01-24net: stmmac: do not use a bitwise AND operator with a bool operandNiklas Cassel2-3/+3
2018-01-24Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queueDavid S. Miller5-48/+70
2018-01-24Merge branch 'net-sched-propagate-extack-to-cls-offloads-on-destroy-and-only-with-skip_sw'David S. Miller14-73/+88
2018-01-24net: sched: remove tc_cls_common_offload_init_deprecated()Jakub Kicinski1-11/+0
2018-01-24cls_u32: propagate extack to delete callbackJakub Kicinski1-15/+19
2018-01-24cls_u32: pass offload flags to tc_cls_common_offload_init()Jakub Kicinski1-4/+6
2018-01-24cls_flower: propagate extack to delete callbackJakub Kicinski1-8/+10
2018-01-24cls_flower: pass offload flags to tc_cls_common_offload_init()Jakub Kicinski1-3/+3
2018-01-24cls_matchall: propagate extack to delete callbackJakub Kicinski1-4/+5
2018-01-24cls_matchall: pass offload flags to tc_cls_common_offload_init()Jakub Kicinski1-2/+2
2018-01-24cls_bpf: propagate extack to offload delete callbackJakub Kicinski1-6/+8
2018-01-24cls_bpf: pass offload flags to tc_cls_common_offload_init()Jakub Kicinski1-2/+3
2018-01-24cls_bpf: remove gen_flags from bpf_offloadJakub Kicinski2-3/+0
2018-01-24net: sched: prepare for reimplementation of tc_cls_common_offload_init()Jakub Kicinski5-14/+26
2018-01-24net: sched: propagate extack to cls->destroy callbacksJakub Kicinski13-19/+24
2018-01-24igb: Clear TXSTMP when ptp_tx_work() is timeoutDaniel Hua1-0/+9
2018-01-24igb: Delete an error message for a failed memory allocation in igb_enable_sriov()Markus Elfring1-2/+0
2018-01-24igb: Free IRQs when device is hotpluggedLyude Paul1-1/+1
2018-01-24e1000e: Alert the user that C-states will be disabled by enabling jumbo framesMatt Turner1-0/+2
2018-01-24igb: Clarify idleslope config constraintsJesus Sanchez-Palencia1-0/+14
2018-01-24e1000e: Set HTHRESH when PTHRESH is usedMatt Turner1-1/+1
2018-01-24igb: add function to get maximum RSS queuesZhang Shengju3-33/+12
2018-01-24igb: Allow to remove administratively set MAC on VFsCorinna Vinschen1-11/+31
2018-01-24Merge branch 'pktgen-Behavior-flags-fixes'David S. Miller2-182/+103
2018-01-24pktgen: Clean read user supplied flag messDmitry Safonov1-105/+39
2018-01-24pktgen: Remove brute-force printing of flagsDmitry Safonov1-58/+19
2018-01-24pktgen: Add behaviour flags macro to generate flags/namesDmitry Safonov1-23/+34
2018-01-24pktgen: Add missing !flag parametersDmitry Safonov1-1/+7
2018-01-24Documentation/pktgen: Clearify how-to use pktgen samplesDmitry Safonov1-5/+14
2018-01-24Merge branch 'cxgb4-fix-build-error'David S. Miller5-17/+6
2018-01-24cxgb4: properly initialize variablesRahul Lakkireddy2-2/+4
2018-01-24cxgb4: enable ZLIB_DEFLATE when building cxgb4Rahul Lakkireddy3-15/+2
2018-01-24Merge branch 'net-smc-socket-closing-improvements'David S. Miller7-121/+71
2018-01-24net/smc: continue waiting if peer signals write_shutdownUrsula Braun1-2/+2
2018-01-24net/smc: improve state change handling after close waitUrsula Braun1-14/+26
2018-01-24net/smc: make wait for work request uninterruptibleUrsula Braun1-7/+6
2018-01-24net/smc: get rid of tx_pend waits in socket closingUrsula Braun5-57/+0