aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-01-25sfc: handle TX timestamps in the normal data pathMartin Habets5-9/+119
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-24Merge branch 'rebased-net-ioctl' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsDavid S. Miller12-399/+173
2018-01-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller31-123/+274
2018-01-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds19-49/+90
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-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds1-1/+1
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-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-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-24Merge branch 'qed-rdma-bug-fixes'David S. Miller1-14/+17
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-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