aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-11-30net: reorder flowi_common fields to avoid holesPaolo Abeni1-1/+1
2018-11-30Merge branch 'mlxsw-Add-VxLAN-support-with-VLAN-aware-bridges'David S. Miller8-63/+1441
2018-11-30selftests: forwarding: Add VxLAN test with a VLAN-aware bridgeIdo Schimmel2-0/+800
2018-11-30selftests: mlxsw: Add a test for VxLAN configuration with a VLAN-aware bridgeIdo Schimmel1-1/+203
2018-11-30selftests: mlxsw: Consider VLAN-aware bridges as validIdo Schimmel1-1/+1
2018-11-30mlxsw: spectrum: Enable VxLAN enslavement to VLAN-aware bridgesIdo Schimmel3-14/+404
2018-11-30mlxsw: spectrum_switchdev: Prepare function for VLAN-aware bridgesIdo Schimmel3-9/+11
2018-11-30mlxsw: spectrum_switchdev: Unify VxLAN leave functionIdo Schimmel3-38/+9
2018-11-30mlxsw: spectrum_fid: Add API to lookup 802.1Q FIDs without creating themIdo Schimmel3-2/+11
2018-11-30net: bridge: Extend br_vlan_get_pvid() for bridge portsIdo Schimmel1-1/+5
2018-11-30Merge branch 'qed-Doorbell-overflow-recovery'David S. Miller13-47/+756
2018-11-30qede: Register l2 queues with doorbell overflow recovery mechanismAriel Elior1-0/+9
2018-11-30qed: Expose the doorbell overflow recovery mechanism to the protocol driversAriel Elior2-0/+29
2018-11-30qed: Register light L2 queues with doorbell overflow recovery mechanismAriel Elior2-10/+21
2018-11-30qed: Register slowpath queue doorbell with doorbell overflow recovery mechanismAriel Elior2-13/+38
2018-11-30qed: Use the doorbell overflow recovery mechanism in case of doorbell overflowAriel Elior6-24/+280
2018-11-30qed: Add doorbell overflow recovery mechanismAriel Elior4-0/+379
2018-11-30Merge branch 'rtnetlink-avoid-a-warning-in-rtnl_newlink'David S. Miller1-161/+170
2018-11-30rtnetlink: avoid frame size warning in rtnl_newlink()Jakub Kicinski1-3/+17
2018-11-30rtnetlink: remove a level of indentation in rtnl_newlink()Jakub Kicinski1-159/+154
2018-11-30Merge branch 'nfp-update-TX-path-to-enable-repr-offloads'David S. Miller8-37/+213
2018-11-30nfp: report more info when reconfiguration failsJakub Kicinski2-2/+9
2018-11-30nfp: add offset to all TLV parsing errorsJakub Kicinski1-8/+8
2018-11-30nfp: add offloads on representorsJakub Kicinski5-0/+143
2018-11-30nfp: add locking around representor changesJakub Kicinski3-0/+8
2018-11-30nfp: run don't require Qdiscs on representor netdevsJakub Kicinski1-0/+1
2018-11-30nfp: run representor TX locklesslyJakub Kicinski1-0/+2
2018-11-30nfp: avoid oversized TSO headers with metadata prependJakub Kicinski1-1/+4
2018-11-30nfp: correct descriptor offsets in presence of metadataJakub Kicinski1-8/+12
2018-11-30nfp: move queue variable initJakub Kicinski1-1/+3
2018-11-30nfp: move temporary variables in nfp_net_tx_complete()Jakub Kicinski1-14/+17
2018-11-30nfp: copy only the relevant part of the TX descriptor for fragsJakub Kicinski2-5/+8
2018-11-30tcp: md5: add tcp_md5_needed jump labelEric Dumazet4-10/+30
2018-11-30Merge branch 'tcp-take-a-bit-more-care-of-backlog-stress'David S. Miller5-33/+123
2018-11-30tcp: implement coalescing on backlog queueEric Dumazet3-6/+88
2018-11-30tcp: make tcp_space() aware of socket backlogEric Dumazet1-1/+1
2018-11-30tcp: take care of compressed acks in tcp_add_reno_sack()Eric Dumazet1-25/+33
2018-11-30tcp: hint compiler about sack flowsEric Dumazet1-1/+1
2018-11-30net: Add trace events for all receive exit pointsGeneviève Bastien2-6/+88
2018-11-30net/flow_dissector: correct comments on enum flow_dissector_key_idEdward Cree1-3/+3
2018-11-30cxgb4: number of VFs supported is not always 16Ganesh Goudar1-1/+1
2018-11-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller25-115/+760
2018-11-30tools/bpf: make libbpf _GNU_SOURCE friendlyYonghong Song2-0/+3
2018-11-29net: Don't default Aquantia USB driver to 'y'David S. Miller1-1/+0
2018-11-29net: explain __skb_checksum_complete() with commentsCong Wang2-1/+18
2018-11-29tcp: remove loop to compute wscaleEric Dumazet1-5/+3
2018-11-29qede - Add a statistic for a case where driver drops tx packet due to memory allocation failure.Michael Shteinbok3-2/+4
2018-11-29dpaa2-eth: Add "fall through" commentsIoana Ciocoi Radulescu1-0/+2
2018-11-29Merge branch 'ave-suspend-resume'David S. Miller1-1/+59
2018-11-29net: ethernet: ave: Preserve wol state in suspend/resume sequenceKunihiko Hayashi1-0/+10