summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-01-24kill kernel_sock_ioctl()Al Viro
2018-01-24dev_ioctl(): move copyin/copyout to callersAl Viro
2018-01-24ipconfig: use dev_set_mtu()Al Viro
2018-01-24lift handling of SIOCIW... out of dev_ioctl()Al Viro
2018-01-24kill dev_ifname32()Al Viro
2018-01-24kill bond_ioctl()Al Viro
2018-01-24kill dev_ifsioc()Al Viro
2018-01-24ip_rt_ioctl(): take copyin to callerAl Viro
2018-01-24devinet_ioctl(): take copyin/copyout to callerAl Viro
2018-01-24net: separate SIOCGIFCONF handling from dev_ioctl()Al Viro
2018-01-24Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller
2018-01-24fm10k: clarify action when updating the VLAN tableNgai-Mint Kwan
2018-01-24fm10k: correct typo in fm10k_pf.cNgai-Mint Kwan
2018-01-24fm10k: don't assume VLAN 1 is enabledJacob Keller
2018-01-24fm10k: stop adding VLAN 0 to the VLAN tableJacob Keller
2018-01-24fm10k: fix "failed to kill vid" message for VFNgai-Mint Kwan
2018-01-24fm10k: cleanup unnecessary parenthesis in fm10k_iov.cJacob Keller
2018-01-24cxgb4: make symbol pedits staticWei Yongjun
2018-01-24net: erspan: fix use-after-freeWilliam Tu
2018-01-24fm10k: Fix configuration for macvlan offloadAlexander Duyck
2018-01-24net: qcom/emac: extend DMA mask to 46bitsWang Dongsheng
2018-01-24ip_tunnel: Use mark in skb by defaultThomas Winter
2018-01-24net: stmmac: do not use a bitwise AND operator with a bool operandNiklas Cassel
2018-01-24Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher...David S. Miller
2018-01-24Merge branch 'net-sched-propagate-extack-to-cls-offloads-on-destroy-and-only-...David S. Miller
2018-01-24net: sched: remove tc_cls_common_offload_init_deprecated()Jakub Kicinski
2018-01-24cls_u32: propagate extack to delete callbackJakub Kicinski
2018-01-24cls_u32: pass offload flags to tc_cls_common_offload_init()Jakub Kicinski
2018-01-24cls_flower: propagate extack to delete callbackJakub Kicinski
2018-01-24cls_flower: pass offload flags to tc_cls_common_offload_init()Jakub Kicinski
2018-01-24cls_matchall: propagate extack to delete callbackJakub Kicinski
2018-01-24cls_matchall: pass offload flags to tc_cls_common_offload_init()Jakub Kicinski
2018-01-24cls_bpf: propagate extack to offload delete callbackJakub Kicinski
2018-01-24cls_bpf: pass offload flags to tc_cls_common_offload_init()Jakub Kicinski
2018-01-24cls_bpf: remove gen_flags from bpf_offloadJakub Kicinski
2018-01-24net: sched: prepare for reimplementation of tc_cls_common_offload_init()Jakub Kicinski
2018-01-24net: sched: propagate extack to cls->destroy callbacksJakub Kicinski
2018-01-24igb: Clear TXSTMP when ptp_tx_work() is timeoutDaniel Hua
2018-01-24igb: Delete an error message for a failed memory allocation in igb_enable_sri...Markus Elfring
2018-01-24igb: Free IRQs when device is hotpluggedLyude Paul
2018-01-24e1000e: Alert the user that C-states will be disabled by enabling jumbo framesMatt Turner
2018-01-24igb: Clarify idleslope config constraintsJesus Sanchez-Palencia
2018-01-24e1000e: Set HTHRESH when PTHRESH is usedMatt Turner
2018-01-24igb: add function to get maximum RSS queuesZhang Shengju
2018-01-24igb: Allow to remove administratively set MAC on VFsCorinna Vinschen
2018-01-24Merge branch 'pktgen-Behavior-flags-fixes'David S. Miller
2018-01-24pktgen: Clean read user supplied flag messDmitry Safonov
2018-01-24pktgen: Remove brute-force printing of flagsDmitry Safonov
2018-01-24pktgen: Add behaviour flags macro to generate flags/namesDmitry Safonov
2018-01-24pktgen: Add missing !flag parametersDmitry Safonov