aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dca (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2018-01-25sfc: remove tx and MCDI handling from NAPI budget considerationBert Kenward2-30/+7
2018-01-25net: Move net:netns_ids destruction out of rtnl_lock() and document locking schemeKirill Tkhai1-18/+44
2018-01-24kill kernel_sock_ioctl()Al Viro2-14/+0
2018-01-24dev_ioctl(): move copyin/copyout to callersAl Viro3-108/+71
2018-01-24ipconfig: use dev_set_mtu()Al Viro1-14/+3
2018-01-24lift handling of SIOCIW... out of dev_ioctl()Al Viro4-25/+12
2018-01-24kill dev_ifname32()Al Viro1-21/+1
2018-01-24kill bond_ioctl()Al Viro1-32/+4
2018-01-24kill dev_ifsioc()Al Viro1-38/+0
2018-01-24ip_rt_ioctl(): take copyin to callerAl Viro4-20/+10
2018-01-24devinet_ioctl(): take copyin/copyout to callerAl Viro4-46/+35
2018-01-24net: separate SIOCGIFCONF handling from dev_ioctl()Al Viro4-86/+42
2018-01-24net/ibm/emac: wrong bit is used for STA control register writeIvan Mikhaylov1-1/+1
2018-01-24net/ibm/emac: add 8192 rx/tx fifo sizeIvan Mikhaylov2-0/+8
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-24vhost: do not try to access device IOTLB when not initializedJason Wang1-0/+4
2018-01-24vhost: use mutex_lock_nested() in vhost_dev_lock_vqs()Jason Wang1-1/+1
2018-01-24net: erspan: fix use-after-freeWilliam Tu1-2/+2
2018-01-24i40e: flower: check if TC offload is enabled on a netdevJakub Kicinski1-0/+2
2018-01-24sparc64: fix typo in CONFIG_CRYPTO_DES_SPARC64 => CONFIG_CRYPTO_CAMELLIA_SPARC64Corentin Labbe1-1/+1
2018-01-24qed: Free reserved MR tidMichal Kalderon1-11/+17
2018-01-24qed: Remove reserveration of dpi for kernelMichal Kalderon1-3/+0
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-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-24kcm: Check if sk_user_data already set in kcm_attachTom Herbert1-2/+14
2018-01-24kcm: Only allow TCP sockets to be attached to a KCM muxTom Herbert1-2/+7
2018-01-25MAINTAINERS: update email address for James MorrisJames Morris1-1/+1
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