summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-02-23fou6: fix proto error handler argument typePaolo Abeni1-1/+1
2019-02-23udpv6: add the required annotation to mib typePaolo Abeni1-1/+1
2019-02-23mdio_bus: Fix use-after-free on device_register failsYueHaibing1-1/+0
2019-02-23Merge branch 'net-phy-at803x-Update-delays-for-RGMII-modes'David S. Miller1-13/+44
2019-02-23net: phy: at803x: disable delay only for RGMII modeVinod Koul1-11/+42
2019-02-23net: phy: at803x: don't inline helpersVinod Koul1-2/+2
2019-02-23net_sched: initialize net pointer inside tcf_exts_init()Cong Wang13-29/+30
2019-02-23net: Set rtm_table to RT_TABLE_COMPAT for ipv6 for tables > 255Kalash Nainwal1-1/+1
2019-02-23Merge branch 'bnxt_en-firmware-message-delay-fixes'David S. Miller2-3/+3
2019-02-23bnxt_en: Wait longer for the firmware message response to complete.Michael Chan2-2/+2
2019-02-23bnxt_en: Fix typo in firmware message timeout logic.Michael Chan1-1/+1
2019-02-23Merge branch 'bpf-nfp-codegen-fixes'Daniel Borkmann1-11/+6
2019-02-23nfp: bpf: fix ALU32 high bits clearance bugJiong Wang1-11/+6
2019-02-23nfp: bpf: fix code-gen bug on BPF_ALU | BPF_XOR | BPF_KJiong Wang1-1/+1
2019-02-23net/mlx5: Support ndo bridge_setlink and getlinkHuy Nguyen1-0/+59
2019-02-23net/mlx5: E-Switch, Add support for VEPA in legacy mode.Huy Nguyen2-21/+207
2019-02-23net/mlx5e: Fix mlx5e_tx_reporter_create return valueEran Ben Elisha1-1/+1
2019-02-23net/mlx5e: Fix return status of TX reporter timeout recoverEran Ben Elisha1-1/+1
2019-02-23net/mlx5e: Re-add support for TX timeout when TX reporter is not validEran Ben Elisha3-11/+16
2019-02-23net/mlx5e: Fix warn print in case of TX reporter creation failureEran Ben Elisha1-1/+1
2019-02-23net/mlx5e: Fix GRE key by controlling port tunnel entropy calculationEli Britstein7-5/+254
2019-02-23net/mlx5: Introduce tunnel entropy control in PCMR registerEli Britstein1-2/+10
2019-02-23net/mlx5: Use read-modify-write when changing PCMR register valuesEli Britstein1-0/+4
2019-02-22Merge tag 'wireless-drivers-next-for-davem-2019-02-22' of git://git.kernel.or...David S. Miller478-10522/+8789
2019-02-22Merge branch 'AF_PACKET-transport_offset-fix'David S. Miller10-39/+56
2019-02-22net/mlx5e: Trust kernel regarding transport offsetMaxim Mikityanskiy1-4/+0
2019-02-22net/mlx5e: Remove the wrong assumption about transport offsetMaxim Mikityanskiy1-9/+2
2019-02-22net/packet: Remove redundant skb->protocol setMaxim Mikityanskiy1-11/+0
2019-02-22net/packet: Ask driver for protocol if not provided by userMaxim Mikityanskiy1-3/+12
2019-02-22net/ethernet: Add parse_protocol header_ops supportMaxim Mikityanskiy2-0/+14
2019-02-22net: Introduce parse_protocol header_ops callbackMaxim Mikityanskiy1-0/+10
2019-02-22net: Don't set transport offset to invalid valueMaxim Mikityanskiy6-15/+21
2019-02-22Merge tag 'mac80211-next-for-davem-2019-02-22' of git://git.kernel.org/pub/sc...David S. Miller40-443/+1713
2019-02-22Merge tag 'mac80211-for-davem-2019-02-22' of git://git.kernel.org/pub/scm/lin...David S. Miller3-4/+9
2019-02-22Documentation: networking: switchdev: Update port parent ID sectionFlorian Fainelli1-5/+5
2019-02-22Merge branch 'dsa-vlan'David S. Miller3-7/+157
2019-02-22net: dsa: Add ndo_vlan_rx_{add, kill}_vid implementationFlorian Fainelli3-4/+121
2019-02-22net: dsa: Deny enslaving VLAN devices into VLAN aware bridgeFlorian Fainelli1-3/+36
2019-02-22net: socket: add check for negative optlen in compat setsockoptJann Horn1-1/+5
2019-02-22isdn_common: Mark expected switch fall-throughsGustavo A. R. Silva1-4/+3
2019-02-22ipv6: route: purge exception on removalPaolo Abeni1-1/+12
2019-02-22Merge branch 'nic-thunderx-fix-communication-races-between-VF-PF'David S. Miller5-153/+142
2019-02-22net: thunderx: remove link change polling code and info from nicpfVadim Lomovtsev1-102/+12
2019-02-22net: thunderx: move link state polling function to VFVadim Lomovtsev3-19/+74
2019-02-22net: thunderx: add mutex to protect mailbox from concurrent calls for same VFVadim Lomovtsev2-3/+12
2019-02-22net: thunderx: rework xcast message structure to make it fit into 64 bitVadim Lomovtsev3-9/+7
2019-02-22net: thunderx: add nicvf_send_msg_to_pf result check for set_rx_mode_taskVadim Lomovtsev1-4/+8
2019-02-22net: thunderx: make CFG_DONE message to run through generic send-ack sequenceVadim Lomovtsev2-4/+13
2019-02-22net: thunderx: replace global nicvf_rx_mode_wq work queue for all VFs to priv...Vadim Lomovtsev2-15/+19
2019-02-22net: thunderx: correct typo in macro nameVadim Lomovtsev2-2/+2