summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2020-09-21net: dsa: install VLANs into the master's RX filter tooVladimir Oltean1-4/+32
2020-09-21net: dsa: allow 8021q uppers while the bridge has vlan_filtering=0Vladimir Oltean2-4/+46
2020-09-21net: dsa: refuse configuration in prepare phase of dsa_port_vlan_filtering()Vladimir Oltean1-7/+7
2020-09-21net: dsa: convert denying bridge VLAN with existing 8021q upper to PRECHANGEU...Vladimir Oltean2-41/+33
2020-09-21net: dsa: convert check for 802.1Q upper when bridged into PRECHANGEUPPERVladimir Oltean1-36/+38
2020-09-21net: dsa: rename dsa_slave_upper_vlan_check to something more suggestiveVladimir Oltean1-4/+4
2020-09-21net: dsa: deny enslaving 802.1Q upper to VLAN-aware bridge from PRECHANGEUPPERVladimir Oltean1-1/+6
2020-09-21net: remove unnecessary NULL checking in napi_consume_skb()Yunsheng Lin1-3/+0
2020-09-20ethtool: Add 100base-FX link mode entriesDan Murphy2-0/+4
2020-09-20net/packet: Fix a comment about network_headerXie He1-1/+1
2020-09-19net: dsa: wire up devlink info getAndrew Lunn1-3/+16
2020-09-19net: dsa: Add devlink regions support to DSAAndrew Lunn1-0/+16
2020-09-19net: dsa: Add helper to convert from devlink to dsAndrew Lunn1-10/+2
2020-09-19net: devlink: region: Pass the region ops to the snapshot functionAndrew Lunn1-1/+1
2020-09-19net: tipc: Supply missing udp_media.h include fileWang Hai1-0/+1
2020-09-19tipc: Remove unused macro CF_SERVERYueHaibing1-1/+0
2020-09-19l2tp: fix up inconsistent rx/tx statisticsTom Parkin1-3/+8
2020-09-19net: openswitch: reuse the helper variable to improve the code readablityZeng Tao1-2/+2
2020-09-19net: bridge: delete duplicated wordsRandy Dunlap2-2/+2
2020-09-19net: atm: delete duplicated wordsRandy Dunlap2-2/+2
2020-09-19net: tipc: delete duplicated wordsRandy Dunlap2-2/+2
2020-09-19net: bluetooth: delete duplicated wordsRandy Dunlap2-2/+2
2020-09-19net: ipv6: delete duplicated wordsRandy Dunlap2-2/+2
2020-09-19net: rds: delete duplicated wordsRandy Dunlap2-2/+2
2020-09-19net: core: delete duplicated wordsRandy Dunlap1-2/+2
2020-09-18tipc: add automatic rekeying for encryption keyTuong Lien4-3/+138
2020-09-18tipc: add automatic session key exchangeTuong Lien7-20/+405
2020-09-18tipc: introduce encryption master keyTuong Lien5-62/+174
2020-09-18tipc: optimize key switching time and logicTuong Lien3-231/+165
2020-09-18devlink: collect flash notify params into a structShannon Nelson1-23/+31
2020-09-18devlink: add timeout information to status_notifyShannon Nelson1-6/+23
2020-09-18net: use exponential backoff in netdev_wait_allrefsFrancesco Ruggeri1-2/+10
2020-09-18mptcp: fix integer overflow in mptcp_subflow_discard_data()Paolo Abeni1-1/+1
2020-09-18net/smc: fix double kfree in smc_listen_work()Ursula Braun1-2/+2
2020-09-18net: hsr: Convert to DEFINE_SHOW_ATTRIBUTEQinglang Miao1-19/+2
2020-09-18netlink: add spaces around '&' in netlink_recv/sendmsg()Yang Yingliang1-4/+4
2020-09-18mptcp: Fix unsigned 'max_seq' compared with zero in mptcp_data_queue_ofoYe Bin1-2/+3
2020-09-18net/packet: Fix a comment about mac_headerXie He1-11/+12
2020-09-17net/smc: check variable before dereferencing in smc_close.cKarsten Graul1-3/+4
2020-09-17net: bridge: mcast: don't ignore return value of __grp_src_toex_exclNikolay Aleksandrov1-1/+1
2020-09-16nexthop: Only emit a notification when nexthop is actually deletedIdo Schimmel1-2/+2
2020-09-16nexthop: Convert to blocking notification chainIdo Schimmel1-6/+7
2020-09-16devlink: introduce the health reporter test commandJiri Pirko1-0/+30
2020-09-15ethtool: add standard pause statsJakub Kicinski1-1/+62
2020-09-15bridge: Add SWITCHDEV_FDB_FLUSH_TO_BRIDGE notifierAlexandra Winter1-0/+5
2020-09-15tcp: schedule EPOLLOUT after a partial sendmsgSoheil Hassas Yeganeh1-11/+9
2020-09-15tcp: return EPOLLOUT from tcp_poll only when notsent_bytes is half the limitSoheil Hassas Yeganeh1-2/+2
2020-09-15__netif_receive_skb_core: don't untag vlan from skb on DSA masterVladimir Oltean1-1/+2
2020-09-15net: try to avoid unneeded backlog flushPaolo Abeni1-4/+47
2020-09-15Merge tag 'rxrpc-next-20200914' of git://git.kernel.org/pub/scm/linux/kernel/...David S. Miller2-4/+5