summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* kill kernel_sock_ioctl()Al Viro2018-01-252-14/+0
* dev_ioctl(): move copyin/copyout to callersAl Viro2018-01-253-108/+71
* ipconfig: use dev_set_mtu()Al Viro2018-01-251-14/+3
* lift handling of SIOCIW... out of dev_ioctl()Al Viro2018-01-254-25/+12
* kill dev_ifname32()Al Viro2018-01-251-21/+1
* kill bond_ioctl()Al Viro2018-01-251-32/+4
* kill dev_ifsioc()Al Viro2018-01-251-38/+0
* ip_rt_ioctl(): take copyin to callerAl Viro2018-01-254-20/+10
* devinet_ioctl(): take copyin/copyout to callerAl Viro2018-01-254-46/+35
* net: separate SIOCGIFCONF handling from dev_ioctl()Al Viro2018-01-254-86/+42
* Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2018-01-253-17/+43
|\
| * fm10k: clarify action when updating the VLAN tableNgai-Mint Kwan2018-01-241-1/+3
| * fm10k: correct typo in fm10k_pf.cNgai-Mint Kwan2018-01-241-1/+1
| * fm10k: don't assume VLAN 1 is enabledJacob Keller2018-01-241-5/+3
| * fm10k: stop adding VLAN 0 to the VLAN tableJacob Keller2018-01-241-3/+0
| * fm10k: fix "failed to kill vid" message for VFNgai-Mint Kwan2018-01-241-2/+12
| * fm10k: cleanup unnecessary parenthesis in fm10k_iov.cJacob Keller2018-01-241-2/+2
| * fm10k: Fix configuration for macvlan offloadAlexander Duyck2018-01-241-3/+22
* | cxgb4: make symbol pedits staticWei Yongjun2018-01-241-1/+1
* | net: erspan: fix use-after-freeWilliam Tu2018-01-241-2/+2
* | net: qcom/emac: extend DMA mask to 46bitsWang Dongsheng2018-01-242-3/+7
* | ip_tunnel: Use mark in skb by defaultThomas Winter2018-01-241-3/+10
* | net: stmmac: do not use a bitwise AND operator with a bool operandNiklas Cassel2018-01-242-3/+3
* | Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher...David S. Miller2018-01-245-48/+70
|\ \
| * | igb: Clear TXSTMP when ptp_tx_work() is timeoutDaniel Hua2018-01-241-0/+9
| * | igb: Delete an error message for a failed memory allocation in igb_enable_sri...Markus Elfring2018-01-241-2/+0
| * | igb: Free IRQs when device is hotpluggedLyude Paul2018-01-241-1/+1
| * | e1000e: Alert the user that C-states will be disabled by enabling jumbo framesMatt Turner2018-01-241-0/+2
| * | igb: Clarify idleslope config constraintsJesus Sanchez-Palencia2018-01-241-0/+14
| * | e1000e: Set HTHRESH when PTHRESH is usedMatt Turner2018-01-241-1/+1
| * | igb: add function to get maximum RSS queuesZhang Shengju2018-01-243-33/+12
| * | igb: Allow to remove administratively set MAC on VFsCorinna Vinschen2018-01-241-11/+31
| |/
* | Merge branch 'net-sched-propagate-extack-to-cls-offloads-on-destroy-and-only-...David S. Miller2018-01-2414-73/+88
|\ \ | |/ |/|
| * net: sched: remove tc_cls_common_offload_init_deprecated()Jakub Kicinski2018-01-241-11/+0
| * cls_u32: propagate extack to delete callbackJakub Kicinski2018-01-241-15/+19
| * cls_u32: pass offload flags to tc_cls_common_offload_init()Jakub Kicinski2018-01-241-4/+6
| * cls_flower: propagate extack to delete callbackJakub Kicinski2018-01-241-8/+10
| * cls_flower: pass offload flags to tc_cls_common_offload_init()Jakub Kicinski2018-01-241-3/+3
| * cls_matchall: propagate extack to delete callbackJakub Kicinski2018-01-241-4/+5
| * cls_matchall: pass offload flags to tc_cls_common_offload_init()Jakub Kicinski2018-01-241-2/+2
| * cls_bpf: propagate extack to offload delete callbackJakub Kicinski2018-01-241-6/+8
| * cls_bpf: pass offload flags to tc_cls_common_offload_init()Jakub Kicinski2018-01-241-2/+3
| * cls_bpf: remove gen_flags from bpf_offloadJakub Kicinski2018-01-242-3/+0
| * net: sched: prepare for reimplementation of tc_cls_common_offload_init()Jakub Kicinski2018-01-245-14/+26
| * net: sched: propagate extack to cls->destroy callbacksJakub Kicinski2018-01-2413-19/+24
|/
* Merge branch 'pktgen-Behavior-flags-fixes'David S. Miller2018-01-242-182/+103
|\
| * pktgen: Clean read user supplied flag messDmitry Safonov2018-01-241-105/+39
| * pktgen: Remove brute-force printing of flagsDmitry Safonov2018-01-241-58/+19
| * pktgen: Add behaviour flags macro to generate flags/namesDmitry Safonov2018-01-241-23/+34
| * pktgen: Add missing !flag parametersDmitry Safonov2018-01-241-1/+7