aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/crypto/ofb.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2020-05-27sctp: fix typo sctp_ulpevent_nofity_peer_addr_changeJonas Falkevik3-6/+6
2020-05-27net/tls: Add force_resync for driver resyncTariq Toukan2-4/+17
2020-05-27net_sched: get rid of unnecessary dev_qdisc_reset()Cong Wang1-16/+0
2020-05-27net_sched: avoid resetting active qdisc for multiple timesCong Wang1-14/+23
2020-05-27net_sched: add a tracepoint for qdisc creationCong Wang3-1/+29
2020-05-27net_sched: add tracepoints for qdisc_reset() and qdisc_destroy()Cong Wang2-0/+56
2020-05-27net_sched: use qdisc_reset() in qdisc_destroy()Cong Wang1-13/+3
2020-05-27drivers: ipa: remove discription of nonexistent elementWang Wenhu1-1/+0
2020-05-27drivers: ipa: fix typoes for ipaWang Wenhu2-2/+2
2020-05-27tcp: rename tcp_v4_err() skb parameterEric Dumazet1-9/+9
2020-05-27tcp: add tcp_ld_RTO_revert() helperEric Dumazet1-40/+45
2020-05-27net: hns3: add a print for initializing CMDQ when reset pendingHuazhong Tan1-0/+3
2020-05-27net: hns3: remove unnecessary MAC enable in app loopbackYufeng Mo1-2/+0
2020-05-27net: hns3: change the order of reinitializing RoCE and NIC client during resetYufeng Mo1-5/+4
2020-05-27net: hns3: add a resetting check in hclgevf_init_nic_client_instance()Guangbin Huang1-0/+9
2020-05-27net: mscc: allow offloading timestamping operations to the PHYAntoine Tenart2-2/+6
2020-05-27net: mscc: use the PHY MII ioctl interface when possibleAntoine Tenart1-11/+9
2020-05-27net: dsa: felix: accept VLAN config regardless of bridge VLAN awareness stateVladimir Oltean1-0/+1
2020-05-27net: add large ecmp group nexthop testsStephen Worley1-2/+82
2020-05-27mtk-star-emac: mark PM functions as __maybe_unusedArnd Bergmann1-2/+2
2020-05-27bridge: mrp: Rework the MRP netlink interfaceHoratiu Vultur4-50/+290
2020-05-27net: dsa: b53: remove redundant premature assignment to new_pvidColin Ian King1-1/+0
2020-05-27net: ethernet: mtk-star-emac: fix error path in RX handlingBartosz Golaszewski1-1/+2
2020-05-27mlxsw: spectrum_router: remove redundant initialization of pointer br_devColin Ian King1-1/+1
2020-05-27nexthop: Fix type of event_type in call_nexthop_notifiersNathan Chancellor1-1/+1
2020-05-26net: phy: at803x: add cable diagnostics support for ATH9331 and ATH8032Oleksij Rempel1-2/+16
2020-05-26net: phy: marvell: Configure TDR pulse based on measurement lengthAndrew Lunn1-2/+23
2020-05-26net : phy: marvell: Speedup TDR data retrieval by only changing page onceAndrew Lunn1-12/+19
2020-05-26net: ethtool: Allow PHY cable test TDR data to configuredAndrew Lunn6-27/+197
2020-05-26net: phy: marvell: Add support for amplitude graphAndrew Lunn1-1/+231
2020-05-26net: ethtool: Add helpers for cable test TDR dataAndrew Lunn2-1/+100
2020-05-26net: ethtool: Add generic parts of cable test TDRAndrew Lunn7-10/+144
2020-05-26net: ethtool: Add attributes for cable test TDR dataAndrew Lunn2-0/+144
2020-05-26ne2k-pci: Fix various coding-style issues and improve printk() usageArmin Wolf1-163/+182
2020-05-26macvlan: Skip loopback packets in RX handlerAlexander Sverdlin1-0/+4
2020-05-26mlxsw: spectrum_router: Allow programming link-local prefix routesIdo Schimmel1-2/+4
2020-05-26mlxsw: spectrum: Add packet traps for BFD packetsIdo Schimmel3-0/+10
2020-05-26mlxsw: spectrum: Treat IPv6 link-local SIP as an exceptionIdo Schimmel1-1/+1
2020-05-26mlxsw: spectrum: Share one group for all locally delivered packetsIdo Schimmel1-2/+2
2020-05-26mlxsw: reg: Move all trap groups under the same enumIdo Schimmel1-7/+3
2020-05-26mlxsw: spectrum_trap: Do not hard code "thin" policer identifierIdo Schimmel2-6/+13
2020-05-26mlxsw: switchx2: Move SwitchX-2 trap groups out of main enumIdo Schimmel2-2/+5
2020-05-26mlxsw: spectrum: Reduce priority of locally delivered packetsIdo Schimmel2-2/+2
2020-05-26mlxsw: spectrum: Use same trap group for local routes and link-local destinationIdo Schimmel1-1/+1
2020-05-26mlxsw: spectrum: Use separate trap group for FID missIdo Schimmel2-1/+4
2020-05-26mlxsw: spectrum: Use same trap group for various IPv6 packetsIdo Schimmel1-3/+3
2020-05-26mlxsw: spectrum: Rename IPv6 ND trap groupIdo Schimmel2-6/+6
2020-05-26mlxsw: spectrum: Use same switch case for identical groupsIdo Schimmel1-3/+0
2020-05-26mlxsw: spectrum: Use dedicated trap group for ACL trapIdo Schimmel2-1/+4
2020-05-26mptcp: attempt coalescing when moving skbs to mptcp rx queueFlorian Westphal1-2/+19