summaryrefslogtreecommitdiffstats
path: root/Kconfig (unfollow)
Commit message (Expand)AuthorFilesLines
2020-11-24selftests: forwarding: Add blackhole nexthops testsIdo Schimmel1-1/+57
2020-11-24selftests: mlxsw: Add blackhole nexthop configuration testsIdo Schimmel1-3/+22
2020-11-24mlxsw: spectrum_router: Add support for blackhole nexthopsIdo Schimmel3-10/+48
2020-11-24mlxsw: spectrum_router: Resolve RIF from nexthop struct instead of neighbourIdo Schimmel1-1/+1
2020-11-24mlxsw: spectrum_router: Use loopback RIF for unresolved nexthopsIdo Schimmel1-4/+4
2020-11-24mlxsw: spectrum_router: Use different trap identifier for unresolved nexthopsIdo Schimmel3-2/+4
2020-11-24mlxsw: spectrum_router: Create loopback RIF during initializationIdo Schimmel2-0/+32
2020-11-24net: stmmac: Use hrtimer for TX coalescingVincent Whitchurch2-10/+16
2020-11-24sctp: Fix some typoChristophe JAILLET1-2/+2
2020-11-24net: don't include ethtool.h from netdevice.hJakub Kicinski45-1/+51
2020-11-24net: pch_gbe: Use 'dma_free_coherent()' to undo 'dma_alloc_coherent()'Christophe JAILLET1-4/+6
2020-11-24net: pch_gbe: Use dma_set_mask_and_coherent to simplify codeChristophe JAILLET1-10/+4
2020-11-24net: dsa: hellcreek: Don't print error message on deferKurt Kanzenbach1-1/+1
2020-11-24net: dsa: tag_hellcreek: Cleanup includesKurt Kanzenbach1-3/+1
2020-11-23ptp: ptp_ines: use new PTP_MSGTYPE_* define(s)Christian Eggers1-12/+7
2020-11-23dpaa2-eth: use new PTP_MSGTYPE_* define(s)Christian Eggers1-2/+2
2020-11-23net: ptp: introduce common defines for PTP message typesChristian Eggers1-1/+6
2020-11-23compat: always include linux/compat.h from net/compat.hJakub Kicinski1-10/+0
2020-11-23rxrpc: Ask the security class how much space to allow in a packetDavid Howells5-40/+82
2020-11-23net/tun: Call type change netdev notifiersMartin Schiller1-1/+10
2020-11-23rxrpc: rxkad: Don't use pskb_pull() to advance through the response packetDavid Howells1-3/+1
2020-11-23rxrpc: Organise connection security to use a unionDavid Howells2-23/+28
2020-11-23rxrpc: Don't reserve security header in Tx DATA skbuffDavid Howells4-27/+14
2020-11-23rxrpc: Merge prime_packet_security into init_connection_securityDavid Howells5-23/+15
2020-11-23rxrpc: Fix example key name in a commentDavid Howells1-1/+1
2020-11-23rxrpc: Ignore unknown tokens in key payload unless no known tokensDavid Howells1-10/+21
2020-11-23rxrpc: Make the parsing of xdr payloads more coherentDavid Howells1-10/+11
2020-11-23rxrpc: Allow security classes to give more info on server keysDavid Howells2-0/+7
2020-11-23rxrpc: Don't leak the service-side session key to userspaceDavid Howells2-2/+7
2020-11-23rxrpc: Hand server key parsing off to the security classDavid Howells4-30/+86
2020-11-23rxrpc: Split the server key type (rxrpc_s) into its own fileDavid Howells4-127/+149
2020-11-23rxrpc: Don't retain the server key in the connectionDavid Howells7-67/+100
2020-11-23rxrpc: Support keys with multiple authentication tokensDavid Howells5-13/+17
2020-11-23rxrpc: List the held token types in the key description in /proc/keysDavid Howells1-1/+28
2020-11-23rxrpc: Remove the rxk5 security class as it's now defunctDavid Howells2-523/+0
2020-11-23keys: Provide the original description to the key preparserDavid Howells2-0/+3
2020-11-22octeontx2-af: Add support for RSS hashing based on Transport protocol fieldGeorge Cherian3-1/+10
2020-11-21net: bridge: switch to net core statistics counters handlingHeiner Kallweit3-28/+10
2020-11-21net: hns3: adds debugfs to dump more info of shaping parametersYonglong Liu1-2/+16
2020-11-21net: hns3: add support to utilize the firmware calculated shaping parametersYonglong Liu2-12/+46
2020-11-21net: hns3: add support for pf querying new interrupt resourcesYufeng Mo4-53/+69
2020-11-21net: hns3: add support for mapping device memoryHuazhong Tan5-0/+69
2020-11-21net: hns3: add support for 1280 queuesYonglong Liu7-22/+111
2020-11-21ibmvnic: Do not replenish RX buffers after every polling loopDwip N. Banerjee1-1/+4
2020-11-21ibmvnic: Use netdev_alloc_skb instead of alloc_skb to replenish RX buffersDwip N. Banerjee1-1/+1
2020-11-21ibmvnic: Correctly re-enable interrupts in NAPI polling routineDwip N. Banerjee1-14/+23
2020-11-21ibmvnic: Ensure that device queue memory is cache-line alignedDwip N. Banerjee2-8/+11
2020-11-21ibmvnic: Remove send_subcrq functionThomas Falcon1-34/+0
2020-11-21ibmvnic: Clean up TX code and TX buffer data structureThomas Falcon2-28/+11
2020-11-21ibmvnic: Introduce xmit_more support using batched subCRQ hcallsThomas Falcon1-65/+139