summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-02-22fou6: fix proto error handler argument typePaolo Abeni
2019-02-22udpv6: add the required annotation to mib typePaolo Abeni
2019-02-22mdio_bus: Fix use-after-free on device_register failsYueHaibing
2019-02-22Merge branch 'net-phy-at803x-Update-delays-for-RGMII-modes'David S. Miller
2019-02-22net: phy: at803x: disable delay only for RGMII modeVinod Koul
2019-02-22net: phy: at803x: don't inline helpersVinod Koul
2019-02-22net_sched: initialize net pointer inside tcf_exts_init()Cong Wang
2019-02-22net: Set rtm_table to RT_TABLE_COMPAT for ipv6 for tables > 255Kalash Nainwal
2019-02-22Merge branch 'bnxt_en-firmware-message-delay-fixes'David S. Miller
2019-02-22bnxt_en: Wait longer for the firmware message response to complete.Michael Chan
2019-02-22bnxt_en: Fix typo in firmware message timeout logic.Michael Chan
2019-02-23Merge branch 'bpf-nfp-codegen-fixes'Daniel Borkmann
2019-02-23nfp: bpf: fix ALU32 high bits clearance bugJiong Wang
2019-02-23nfp: bpf: fix code-gen bug on BPF_ALU | BPF_XOR | BPF_KJiong Wang
2019-02-22net/mlx5: Support ndo bridge_setlink and getlinkHuy Nguyen
2019-02-22net/mlx5: E-Switch, Add support for VEPA in legacy mode.Huy Nguyen
2019-02-22net/mlx5e: Fix mlx5e_tx_reporter_create return valueEran Ben Elisha
2019-02-22net/mlx5e: Fix return status of TX reporter timeout recoverEran Ben Elisha
2019-02-22net/mlx5e: Re-add support for TX timeout when TX reporter is not validEran Ben Elisha
2019-02-22net/mlx5e: Fix warn print in case of TX reporter creation failureEran Ben Elisha
2019-02-22net/mlx5e: Fix GRE key by controlling port tunnel entropy calculationEli Britstein
2019-02-22net/mlx5: Introduce tunnel entropy control in PCMR registerEli Britstein
2019-02-22net/mlx5: Use read-modify-write when changing PCMR register valuesEli Britstein
2019-02-22Merge tag 'wireless-drivers-next-for-davem-2019-02-22' of git://git.kernel.or...David S. Miller
2019-02-22Merge branch 'AF_PACKET-transport_offset-fix'David S. Miller
2019-02-22net/mlx5e: Trust kernel regarding transport offsetMaxim Mikityanskiy
2019-02-22net/mlx5e: Remove the wrong assumption about transport offsetMaxim Mikityanskiy
2019-02-22net/packet: Remove redundant skb->protocol setMaxim Mikityanskiy
2019-02-22net/packet: Ask driver for protocol if not provided by userMaxim Mikityanskiy
2019-02-22net/ethernet: Add parse_protocol header_ops supportMaxim Mikityanskiy
2019-02-22net: Introduce parse_protocol header_ops callbackMaxim Mikityanskiy
2019-02-22net: Don't set transport offset to invalid valueMaxim Mikityanskiy
2019-02-22Merge tag 'mac80211-next-for-davem-2019-02-22' of git://git.kernel.org/pub/sc...David S. Miller
2019-02-22Merge tag 'mac80211-for-davem-2019-02-22' of git://git.kernel.org/pub/scm/lin...David S. Miller
2019-02-22Documentation: networking: switchdev: Update port parent ID sectionFlorian Fainelli
2019-02-22Merge branch 'dsa-vlan'David S. Miller
2019-02-22net: dsa: Add ndo_vlan_rx_{add, kill}_vid implementationFlorian Fainelli
2019-02-22net: dsa: Deny enslaving VLAN devices into VLAN aware bridgeFlorian Fainelli
2019-02-22net: socket: add check for negative optlen in compat setsockoptJann Horn
2019-02-22isdn_common: Mark expected switch fall-throughsGustavo A. R. Silva
2019-02-22ipv6: route: purge exception on removalPaolo Abeni
2019-02-22Merge branch 'nic-thunderx-fix-communication-races-between-VF-PF'David S. Miller
2019-02-22net: thunderx: remove link change polling code and info from nicpfVadim Lomovtsev
2019-02-22net: thunderx: move link state polling function to VFVadim Lomovtsev
2019-02-22net: thunderx: add mutex to protect mailbox from concurrent calls for same VFVadim Lomovtsev
2019-02-22net: thunderx: rework xcast message structure to make it fit into 64 bitVadim Lomovtsev
2019-02-22net: thunderx: add nicvf_send_msg_to_pf result check for set_rx_mode_taskVadim Lomovtsev
2019-02-22net: thunderx: make CFG_DONE message to run through generic send-ack sequenceVadim Lomovtsev
2019-02-22net: thunderx: replace global nicvf_rx_mode_wq work queue for all VFs to priv...Vadim Lomovtsev
2019-02-22net: thunderx: correct typo in macro nameVadim Lomovtsev