| Commit message (Expand) | Author | Files | Lines |
2020-09-15 | s390/qeth: implement ndo_bridge_setlink for learning_sync | Alexandra Winter | 1 | -0/+125 |
2020-09-15 | s390/qeth: implement ndo_bridge_getlink for learning_sync | Alexandra Winter | 1 | -1/+22 |
2020-09-15 | s390/qeth: Reset address notification in case of buffer overflow | Alexandra Winter | 4 | -10/+123 |
2020-09-15 | bridge: Add SWITCHDEV_FDB_FLUSH_TO_BRIDGE notifier | Alexandra Winter | 2 | -0/+6 |
2020-09-15 | s390/qeth: Translate address events into switchdev notifiers | Alexandra Winter | 2 | -1/+110 |
2020-09-15 | s390/qeth: Detect PNSO OC3 capability | Alexandra Winter | 3 | -10/+85 |
2020-09-15 | s390/cio: Helper functions to read CSSID, IID, and CHID | Alexandra Winter | 6 | -9/+108 |
2020-09-15 | s390/cio: Add new Operation Code OC3 to PNSO | Alexandra Winter | 7 | -22/+32 |
2020-09-15 | tcp: schedule EPOLLOUT after a partial sendmsg | Soheil Hassas Yeganeh | 1 | -11/+9 |
2020-09-15 | tcp: return EPOLLOUT from tcp_poll only when notsent_bytes is half the limit | Soheil Hassas Yeganeh | 1 | -2/+2 |
2020-09-15 | ionic: fix up debugfs after queue swap | Shannon Nelson | 1 | -0/+15 |
2020-09-15 | __netif_receive_skb_core: don't untag vlan from skb on DSA master | Vladimir Oltean | 1 | -1/+2 |
2020-09-15 | arm64: dts: mt7622: add mt7531 dsa to bananapi-bpi-r64 board | Landen Chao | 1 | -0/+50 |
2020-09-15 | arm64: dts: mt7622: add mt7531 dsa to mt7622-rfb1 board | Landen Chao | 1 | -6/+57 |
2020-09-15 | net: dsa: mt7530: Add the support of MT7531 switch | Landen Chao | 3 | -27/+1112 |
2020-09-15 | dt-bindings: net: dsa: add new MT7531 binding to support MT7531 | Landen Chao | 1 | -4/+9 |
2020-09-15 | net: dsa: mt7530: Extend device data ready for adding a new hardware | Landen Chao | 2 | -74/+234 |
2020-09-15 | net: dsa: mt7530: Refine message in Kconfig | Landen Chao | 1 | -3/+3 |
2020-09-14 | drivers/net/wan/x25_asy: Remove an unnecessary x25_type_trans call | Xie He | 1 | -2/+1 |
2020-09-14 | net: try to avoid unneeded backlog flush | Paolo Abeni | 1 | -4/+47 |
2020-09-14 | mlxsw: spectrum_span: Derive SBIB from maximum port speed & MTU | Petr Machata | 3 | -67/+4 |
2020-09-14 | mlxsw: spectrum: Keep maximum speed around | Petr Machata | 2 | -0/+10 |
2020-09-14 | mlxsw: spectrum: Keep maximum MTU around | Petr Machata | 2 | -5/+21 |
2020-09-14 | mlxsw: spectrum_ethtool: Introduce ptys_max_speed callback | Petr Machata | 2 | -0/+45 |
2020-09-14 | mlxsw: spectrum_ethtool: Extract a helper to get Ethernet attributes | Petr Machata | 1 | -10/+28 |
2020-09-14 | hinic: add vxlan segmentation and cs offload support | Luo bin | 2 | -12/+46 |
2020-09-14 | net: qlcnic: remove unused variable 'val' in qlcnic_83xx_cam_unlock() | Zhang Changzhong | 1 | -2/+1 |
2020-09-14 | net: pxa168_eth: remove unused variable 'retval' int pxa168_eth_change_mtu() | Zhang Changzhong | 1 | -2/+1 |
2020-09-14 | net: fec: ptp: remove unused variable 'ns' in fec_time_keep() | Zhang Changzhong | 1 | -2/+1 |
2020-09-14 | net: dnet: remove unused variable 'tx_status 'in dnet_start_xmit() | Zhang Changzhong | 1 | -4/+4 |
2020-09-14 | tcp: remove SOCK_QUEUE_SHRUNK | Eric Dumazet | 3 | -19/+7 |
2020-09-14 | net/packet: Fix a comment about hard_header_len and headroom allocation | Xie He | 1 | -6/+9 |
2020-09-14 | mptcp: simult flow self-tests | Paolo Abeni | 2 | -1/+295 |
2020-09-14 | mptcp: call tcp_cleanup_rbuf on subflows | Paolo Abeni | 4 | -1/+11 |
2020-09-14 | mptcp: allow picking different xmit subflows | Paolo Abeni | 2 | -18/+99 |
2020-09-14 | mptcp: allow creating non-backup subflows | Paolo Abeni | 1 | -1/+2 |
2020-09-14 | mptcp: move address attribute into mptcp_addr_info | Paolo Abeni | 3 | -24/+25 |
2020-09-14 | mptcp: add OoO related mibs | Paolo Abeni | 4 | -1/+34 |
2020-09-14 | mptcp: cleanup mptcp_subflow_discard_data() | Paolo Abeni | 2 | -45/+14 |
2020-09-14 | mptcp: move ooo skbs into msk out of order queue. | Paolo Abeni | 3 | -56/+211 |
2020-09-14 | mptcp: introduce and use mptcp_try_coalesce() | Paolo Abeni | 1 | -12/+19 |
2020-09-14 | mptcp: basic sndbuf autotuning | Paolo Abeni | 1 | -4/+13 |
2020-09-14 | mptcp: trigger msk processing even for OoO data | Paolo Abeni | 3 | -42/+78 |
2020-09-14 | mptcp: set data_ready status bit in subflow_check_data_avail() | Paolo Abeni | 1 | -11/+8 |
2020-09-14 | mptcp: rethink 'is writable' conditional | Paolo Abeni | 2 | -27/+50 |
2020-09-14 | net: smc91x: convert tasklets to use new tasklet_setup() API | Allen Pais | 1 | -5/+5 |
2020-09-14 | net: silan: convert tasklets to use new tasklet_setup() API | Allen Pais | 1 | -5/+7 |
2020-09-14 | qed: convert tasklets to use new tasklet_setup() API | Allen Pais | 4 | -33/+12 |
2020-09-14 | net: nixge: convert tasklets to use new tasklet_setup() API | Allen Pais | 1 | -4/+3 |
2020-09-14 | nfp: convert tasklets to use new tasklet_setup() API | Allen Pais | 1 | -4/+3 |