summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | hinic: add support for rss parameters with ethtoolXue Chaojing2019-06-195-1/+479
| * | hinic: move ethtool code into hinic_ethtoolXue Chaojing2019-06-194-134/+167
| * | hinic: add rss supportXue Chaojing2019-06-197-8/+541
|/ /
* | net: stmmac: add sanity check to device_property_read_u32_array callColin Ian King2019-06-191-3/+10
* | net: hns3: Add missing newline at end of fileGeert Uytterhoeven2019-06-191-1/+1
* | qed: Fix -Wmaybe-uninitialized false positiveArnd Bergmann2019-06-181-0/+1
* | ps3_gelic: Use [] to denote a flexible array memberGeert Uytterhoeven2019-06-181-1/+1
* | ipoib: show VF broadcast addressDenis Kirjanov2019-06-182-0/+10
* | ipoib: correcly show a VF hardware addressDenis Kirjanov2019-06-181-0/+1
* | Merge branch 'mlxsw-Improve-IPv6-route-insertion-rate'David S. Miller2019-06-186-68/+567
|\ \
| * | selftests: mlxsw: Add a test for FIB offload indicationIdo Schimmel2019-06-181-0/+349
| * | ipv6: Stop sending in-kernel notifications for each nexthopIdo Schimmel2019-06-184-22/+17
| * | mlxsw: spectrum_router: Create IPv6 multipath routes in one goIdo Schimmel2019-06-181-13/+23
| * | mlxsw: spectrum_router: Add / delete multiple IPv6 nexthopsIdo Schimmel2019-06-181-22/+39
| * | mlxsw: spectrum_router: Pass array of routes to route handling functionsIdo Schimmel2019-06-181-4/+10
| * | mlxsw: spectrum_router: Adjust IPv6 replace logic to new notificationsIdo Schimmel2019-06-181-7/+7
| * | mlxsw: spectrum_router: Pass multiple routes to work itemIdo Schimmel2019-06-181-7/+65
| * | mlxsw: spectrum_router: Prepare function to return errorsIdo Schimmel2019-06-181-3/+11
| * | mlxsw: spectrum_router: Remove processing of IPv6 append notificationsIdo Schimmel2019-06-181-2/+0
| * | ipv6: Add IPv6 multipath notification for route deleteIdo Schimmel2019-06-181-0/+6
| * | ipv6: Add IPv6 multipath notifications for add / replaceIdo Schimmel2019-06-181-0/+15
| * | netdevsim: Ignore IPv6 multipath notificationsIdo Schimmel2019-06-181-0/+7
| * | mlxsw: spectrum_router: Ignore IPv6 multipath notificationsIdo Schimmel2019-06-181-0/+2
| * | ipv6: Extend notifier info for multipath routesIdo Schimmel2019-06-182-0/+24
| * | netlink: Add field to skip in-kernel notificationsIdo Schimmel2019-06-181-1/+3
| * | netlink: Document all fields of 'struct nl_info'Ido Schimmel2019-06-181-0/+2
|/ /
* | Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller2019-06-185-335/+440
|\ \
| * | iavf: allow null RX descriptorsMitch Williams2019-06-181-3/+18
| * | iavf: add call to iavf_[add|del]_cloud_filterPaul Greenwalt2019-06-181-1/+8
| * | iavf: Refactor init state machineJakub Pawlak2019-06-181-190/+261
| * | iavf: Refactor the watchdog state machineJan Sokolowski2019-06-182-30/+44
| * | iavf: Remove timer for work triggering, use delaying work insteadJakub Pawlak2019-06-184-45/+31
| * | iavf: Move commands processing to the separate functionJakub Pawlak2019-06-181-92/+105
| * | iavf: Fix the math for valid length for ADq enableAvinash Dayanand2019-06-181-1/+1
| * | iavf: Change GFP_KERNEL to GFP_ATOMIC in kzalloc()Aleksandr Loktionov2019-06-181-1/+1
| * | iavf: wait longer for close to completeMitch Williams2019-06-181-1/+1
| * | iavf: use signed variableMitch Williams2019-06-181-1/+1
| * | iavf: Create VLAN tag elements starting from the first elementAkeem G Abodunrin2019-06-181-2/+1
* | | mlxsw: spectrum_ptp: Fix compilation on 32-bit ARMShalom Toledo2019-06-181-3/+2
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-184109-34881/+9649
|\ \ \
| * \ \ Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2019-06-182-1/+2
| |\ \ \
| | * | | fs/namespace: fix unprivileged mount propagationChristian Brauner2019-06-172-1/+1
| | * | | vfs: fsmount: add missing mntget()Eric Biggers2019-06-171-0/+1
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-06-18161-539/+2139
| |\ \ \ \
| | * \ \ \ Merge branch 'tcp-fixes'David S. Miller2019-06-1712-9/+58
| | |\ \ \ \
| | | * | | | tcp: enforce tcp_min_snd_mss in tcp_mtu_probing()Eric Dumazet2019-06-161-0/+1
| | | * | | | tcp: add tcp_min_snd_mss sysctlEric Dumazet2019-06-165-2/+22
| | | * | | | tcp: tcp_fragment() should apply sane memory limitsEric Dumazet2019-06-163-0/+7
| | | * | | | tcp: limit payload size of sacked skbsEric Dumazet2019-06-165-9/+30
| | * | | | | lapb: fixed leak of control-blocks.Jeremy Sowden2019-06-171-0/+1