Age | Commit message (Expand) | Author | Files | Lines |
2018-10-10 | isdn/hisax: amd7930_fn: Remove unnecessary parentheses | Nathan Chancellor | 1 | -1/+1 |
2018-10-10 | tcp: refactor DCTCP ECN ACK handling | Yuchung Cheng | 2 | -51/+44 |
2018-10-10 | net/ipv6: Make ipv6_route_table_template static | David Ahern | 2 | -3/+1 |
2018-10-10 | rtnetlink: Update comment in rtnl_stats_dump regarding strict data checking | David Ahern | 1 | -2/+2 |
2018-10-10 | rtnetlink: Move ifm in valid_fdb_dump_legacy to closer to use | David Ahern | 1 | -1/+3 |
2018-10-10 | Merge branch 'mlxsw-selftests-Few-small-updates' | David S. Miller | 3 | -2/+2 |
2018-10-10 | selftests: mlxsw: qos_mc_aware: Make executable | Petr Machata | 1 | -0/+0 |
2018-10-10 | selftests: forwarding: Have lldpad_app_wait_set() wait for unknown, too | Petr Machata | 1 | -1/+1 |
2018-10-10 | mlxsw: pci: Fix a typo | Nir Dotan | 1 | -1/+1 |
2018-10-10 | net: aquantia: remove some redundant variable initializations | Colin Ian King | 1 | -6/+6 |
2018-10-10 | Merge branch 'octeontx2-af-Add-RVU-Admin-Function-driver' | David S. Miller | 16 | -0/+3820 |
2018-10-10 | MAINTAINERS: Add entry for Marvell OcteonTX2 Admin Function driver | Sunil Goutham | 1 | -0/+9 |
2018-10-10 | octeontx2-af: Register for CGX lmac events | Linu Cherian | 3 | -4/+108 |
2018-10-10 | octeontx2-af: Add support for CGX link management | Linu Cherian | 4 | -4/+668 |
2018-10-10 | octeontx2-af: Set RVU PFs to CGX LMACs mapping | Linu Cherian | 5 | -3/+89 |
2018-10-10 | octeontx2-af: Add Marvell OcteonTX2 CGX driver | Sunil Goutham | 4 | -2/+133 |
2018-10-10 | octeontx2-af: Reconfig MSIX base with IOVA | Geetha sowjanya | 2 | -3/+32 |
2018-10-10 | octeontx2-af: Configure block LF's MSIX vector offset | Sunil Goutham | 4 | -3/+357 |
2018-10-10 | octeontx2-af: Add RVU block LF provisioning support | Sunil Goutham | 4 | -10/+523 |
2018-10-10 | octeontx2-af: Scan blocks for LFs provisioned to PF/VF | Sunil Goutham | 3 | -2/+178 |
2018-10-10 | octeontx2-af: Convert mbox msg id check to a macro | Aleksey Makarov | 1 | -6/+38 |
2018-10-10 | octeontx2-af: Add mailbox IRQ and msg handlers | Sunil Goutham | 4 | -3/+309 |
2018-10-10 | octeontx2-af: Add mailbox support infra | Aleksey Makarov | 5 | -0/+455 |
2018-10-10 | octeontx2-af: Gather RVU blocks HW info | Sunil Goutham | 3 | -4/+517 |
2018-10-10 | octeontx2-af: Reset all RVU blocks | Sunil Goutham | 4 | -0/+260 |
2018-10-10 | octeontx2-af: Add Marvell OcteonTX2 RVU AF driver | Sunil Goutham | 7 | -0/+188 |
2018-10-10 | qed: Add support for virtual link. | Sudarsana Reddy Kalluru | 2 | -52/+73 |
2018-10-09 | cxgb4: Add thermal zone support | Ganesh Goudar | 5 | -0/+142 |
2018-10-09 | net/mlx4_en: Use minimal rx and tx ring sizes on kdump kernel | Alaa Hleihel | 2 | -3/+8 |
2018-10-08 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 66 | -663/+4140 |
2018-10-08 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next | David S. Miller | 53 | -1054/+1555 |
2018-10-09 | bpf: fix building without CONFIG_INET | Arnd Bergmann | 1 | -2/+8 |
2018-10-09 | netfilter: xt_quota: Don't use aligned attribute in sizeof | Nathan Chancellor | 1 | -1/+1 |
2018-10-08 | dpaa2-eth: Don't account Tx confirmation frames on NAPI poll | Ioana Ciocoi Radulescu | 2 | -26/+47 |
2018-10-08 | net: mscc: ocelot: remove set but not used variable 'phy_mode' | YueHaibing | 1 | -3/+0 |
2018-10-08 | Merge branch 'more-pmtu-selftests' | David S. Miller | 1 | -31/+227 |
2018-10-08 | selftests: pmtu: add basic IPv4 and IPv6 PMTU tests | Sabrina Dubroca | 1 | -4/+203 |
2018-10-08 | selftests: pmtu: extend MTU parsing helper to locked MTU | Sabrina Dubroca | 1 | -0/+2 |
2018-10-08 | selftests: pmtu: Introduce check_pmtu_value() | Stefano Brivio | 1 | -27/+22 |
2018-10-08 | isdn/gigaset/isocdata: mark expected switch fall-through | Gustavo A. R. Silva | 1 | -1/+1 |
2018-10-08 | Merge branch 'rtnetlink-Add-support-for-rigid-checking-of-data-in-dump-request' | David S. Miller | 27 | -165/+908 |
2018-10-08 | rtnetlink: Update rtnl_fdb_dump for strict data checking | David Ahern | 1 | -2/+60 |
2018-10-08 | rtnetlink: Move input checking for rtnl_fdb_dump to helper | David Ahern | 1 | -20/+33 |
2018-10-08 | net/bridge: Update br_mdb_dump for strict data checking | David Ahern | 1 | -0/+30 |
2018-10-08 | net: Update netconf dump handlers for strict data checking | David Ahern | 3 | -7/+55 |
2018-10-08 | net/ipv6: Update ip6addrlbl_dump for strict data checking | David Ahern | 1 | -1/+33 |
2018-10-08 | net/fib_rules: Update fib_nl_dumprule for strict data checking | David Ahern | 1 | -1/+35 |
2018-10-08 | net/namespace: Update rtnl_net_dumpid for strict data checking | David Ahern | 1 | -0/+6 |
2018-10-08 | net/neighbor: Update neightbl_dump_info for strict data checking | David Ahern | 1 | -3/+35 |
2018-10-08 | net/neighbor: Update neigh_dump_info for strict data checking | David Ahern | 1 | -15/+67 |