aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-06-18Merge branch 'mlxsw-Improve-IPv6-route-insertion-rate'David S. Miller6-68/+567
2019-06-18selftests: mlxsw: Add a test for FIB offload indicationIdo Schimmel1-0/+349
2019-06-18ipv6: Stop sending in-kernel notifications for each nexthopIdo Schimmel4-22/+17
2019-06-18mlxsw: spectrum_router: Create IPv6 multipath routes in one goIdo Schimmel1-13/+23
2019-06-18mlxsw: spectrum_router: Add / delete multiple IPv6 nexthopsIdo Schimmel1-22/+39
2019-06-18mlxsw: spectrum_router: Pass array of routes to route handling functionsIdo Schimmel1-4/+10
2019-06-18mlxsw: spectrum_router: Adjust IPv6 replace logic to new notificationsIdo Schimmel1-7/+7
2019-06-18mlxsw: spectrum_router: Pass multiple routes to work itemIdo Schimmel1-7/+65
2019-06-18mlxsw: spectrum_router: Prepare function to return errorsIdo Schimmel1-3/+11
2019-06-18mlxsw: spectrum_router: Remove processing of IPv6 append notificationsIdo Schimmel1-2/+0
2019-06-18ipv6: Add IPv6 multipath notification for route deleteIdo Schimmel1-0/+6
2019-06-18ipv6: Add IPv6 multipath notifications for add / replaceIdo Schimmel1-0/+15
2019-06-18netdevsim: Ignore IPv6 multipath notificationsIdo Schimmel1-0/+7
2019-06-18mlxsw: spectrum_router: Ignore IPv6 multipath notificationsIdo Schimmel1-0/+2
2019-06-18ipv6: Extend notifier info for multipath routesIdo Schimmel2-0/+24
2019-06-18netlink: Add field to skip in-kernel notificationsIdo Schimmel1-1/+3
2019-06-18netlink: Document all fields of 'struct nl_info'Ido Schimmel1-0/+2
2019-06-18Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queueDavid S. Miller5-335/+440
2019-06-18mlxsw: spectrum_ptp: Fix compilation on 32-bit ARMShalom Toledo1-3/+2
2019-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4109-34881/+9649
2019-06-17Merge branch 'UDP-GSO-audit-tests'David S. Miller2-16/+327
2019-06-17net/udpgso_bench.sh test fails on errorFred Klassen1-0/+33
2019-06-17net/udpgso_bench.sh add UDP GSO audit testsFred Klassen1-1/+18
2019-06-17net/udpgso_bench_tx: options to exercise TX CMSGFred Klassen1-15/+276
2019-06-17Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-1/+2
2019-06-17Merge branch 'net-ipv4-remove-erroneous-advancement-of-list-pointer'David S. Miller2-2/+22
2019-06-17selftests: rtnetlink: add addresses with fixed life timeFlorian Westphal1-0/+21
2019-06-17net: ipv4: remove erroneous advancement of list pointerFlorian Westphal1-2/+1
2019-06-17net: dsa: sja1105: fix ptp link errorArnd Bergmann2-2/+5
2019-06-17net: stmmac: fix unused-variable warningArnd Bergmann1-2/+2
2019-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds161-539/+2139
2019-06-17iavf: allow null RX descriptorsMitch Williams1-3/+18
2019-06-17iavf: add call to iavf_[add|del]_cloud_filterPaul Greenwalt1-1/+8
2019-06-17iavf: Refactor init state machineJakub Pawlak1-190/+261
2019-06-17iavf: Refactor the watchdog state machineJan Sokolowski2-30/+44
2019-06-17iavf: Remove timer for work triggering, use delaying work insteadJakub Pawlak4-45/+31
2019-06-17iavf: Move commands processing to the separate functionJakub Pawlak1-92/+105
2019-06-17iavf: Fix the math for valid length for ADq enableAvinash Dayanand1-1/+1
2019-06-17iavf: Change GFP_KERNEL to GFP_ATOMIC in kzalloc()Aleksandr Loktionov1-1/+1
2019-06-17iavf: wait longer for close to completeMitch Williams1-1/+1
2019-06-17iavf: use signed variableMitch Williams1-1/+1
2019-06-17iavf: Create VLAN tag elements starting from the first elementAkeem G Abodunrin1-2/+1
2019-06-17fs/namespace: fix unprivileged mount propagationChristian Brauner2-1/+1
2019-06-17vfs: fsmount: add missing mntget()Eric Biggers1-0/+1
2019-06-17net: sched: cls_matchall: allow to delete filterJiri Pirko1-2/+7
2019-06-17net: hns3: fix dereference of ae_dev before it is null checkedColin Ian King1-1/+2
2019-06-17Merge branch 'net-sched-act_ctinfo-fixes'David S. Miller1-1/+3
2019-06-17net: sched: act_ctinfo: fix policy validationKevin Darbyshire-Bryant1-1/+2
2019-06-17net: sched: act_ctinfo: fix action creationKevin Darbyshire-Bryant1-0/+1
2019-06-17vhost_net: disable zerocopy by defaultJason Wang1-1/+1