aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-03-29net/ipv4: Move call_fib_entry_notifiers up for new routesDavid Ahern1-2/+16
2018-03-29net: Move call_fib_rule_notifiers up in fib_nl_newruleDavid Ahern1-1/+5
2018-03-29net: Fix fib notifer to return errnoDavid Ahern1-2/+8
2018-03-29Merge tag 'mlx5-updates-2018-03-27' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller15-162/+368
2018-03-29Merge branch 'Introduce-net_rwsem-to-protect-net_namespace_list'David S. Miller11-15/+37
2018-03-29net: Remove rtnl_lock() in nf_ct_iterate_destroy()Kirill Tkhai1-2/+0
2018-03-29ovs: Remove rtnl_lock() from ovs_exit_net()Kirill Tkhai1-2/+0
2018-03-29security: Remove rtnl_lock() in selinux_xfrm_notify_policyload()Kirill Tkhai1-2/+0
2018-03-29net: Don't take rtnl_lock() in wireless_nlevent_flush()Kirill Tkhai1-4/+0
2018-03-29net: Introduce net_rwsem to protect net_namespace_listKirill Tkhai11-5/+37
2018-03-29Merge branch 'net-bgmac-Couple-of-small-bgmac-changes'David S. Miller1-1/+3
2018-03-29net: bgmac: Mask interrupts during probeFlorian Fainelli1-0/+2
2018-03-29net: bgmac: Use interface name to request interruptFlorian Fainelli1-1/+1
2018-03-29Merge tag 'rxrpc-next-20180327' of git://git.kernel.org/pub/scm/linux/kernel/...David S. Miller13-142/+219
2018-03-29net: ethernet: nixge: Add support for National Instruments XGE netdevMoritz Fischer5-0/+1340
2018-03-29dt-bindings: net: Add bindings for National Instruments XGE netdevMoritz Fischer1-0/+32
2018-03-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller5-4/+9
2018-03-27net/mlx5e: Recover Send Queue (SQ) from error stateEran Ben Elisha5-2/+134
2018-03-27net/mlx5e: Dump xmit error completionsEran Ben Elisha3-0/+24
2018-03-27mlx5: Move dump error CQE function out of mlx5_ib for code sharingEran Ben Elisha2-7/+7
2018-03-27mlx5_{ib,core}: Add query SQ state helper functionEran Ben Elisha3-13/+27
2018-03-27net/mlx5e: Move all TX timeout logic to be under state lockEran Ben Elisha1-27/+34
2018-03-27net/mlx5e: Remove unused max inline related codeGal Pressman4-45/+2
2018-03-27net/mlx5e: Add ethtool priv-flag for Striding RQTariq Toukan4-8/+60
2018-03-27net/mlx5e: Do not reset Receive Queue params on every type changeTariq Toukan3-11/+10
2018-03-27net/mlx5e: Remove rq_headroom field from paramsTariq Toukan2-6/+15
2018-03-27net/mlx5e: Remove RQ MPWQE fields from paramsTariq Toukan3-23/+35
2018-03-27net/mlx5e: Use no-offset function in skb header copyTariq Toukan1-3/+2
2018-03-27net/mlx5e: Separate dma base address and offset in dma_sync callTariq Toukan1-4/+2
2018-03-27net/mlx5e: Remove unused define MLX5_MPWRQ_STRIDES_PER_PAGETariq Toukan1-2/+0
2018-03-27net/mlx5e: Disable Striding RQ when PCI is slower than linkTariq Toukan1-3/+6
2018-03-27net/mlx5e: Unify slow PCI heuristicTariq Toukan2-17/+19
2018-03-27rxrpc: Trace call completionDavid Howells2-0/+34
2018-03-27rxrpc, afs: Use debug_ids rather than pointers in tracesDavid Howells12-145/+163
2018-03-27rxrpc: Trace resendDavid Howells2-0/+25
2018-03-27Merge branch 'sfc-filter-locking'David S. Miller9-484/+400
2018-03-27sfc: fix flow type handling for RSS filtersEdward Cree1-5/+6
2018-03-27sfc: protect list of RSS contexts under a mutexEdward Cree6-32/+89
2018-03-27sfc: return a better error if filter insertion collides with MC rebootEdward Cree1-0/+7
2018-03-27sfc: use a semaphore to lock farch filters tooEdward Cree2-36/+33
2018-03-27sfc: give ef10 its own rwsem in the filter table instead of filter_lockEdward Cree3-213/+151
2018-03-27sfc: replace asynchronous filter operationsEdward Cree8-208/+124
2018-03-27Merge branch 'pernet-all-async'David S. Miller182-266/+38
2018-03-27net: Add more commentsKirill Tkhai3-1/+7
2018-03-27net: Rename net_sem to pernet_ops_rwsemKirill Tkhai4-28/+30
2018-03-27net: Drop pernet_operations::asyncKirill Tkhai182-206/+0
2018-03-27net: Reflect all pernet_operations are convertedKirill Tkhai1-37/+6
2018-03-27net: Convert nfsd_net_opsKirill Tkhai1-0/+1
2018-03-27net: mvpp2: Use relaxed I/O in data pathYan Markman1-13/+30
2018-03-27Merge tag 'mlx5-updates-2018-03-22' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller23-90/+531