summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2021-04-19ethtool: stats: clarify the initialization to ETHTOOL_STAT_NOT_SETJakub Kicinski
2021-04-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2021-04-19ethtool: ioctl: Fix out-of-bounds warning in store_link_ksettings_for_user()Gustavo A. R. Silva
2021-04-19mld: remove unnecessary prototypesTaehee Yoo
2021-04-19nexthop: Restart nexthop dump based on last dumped nexthop identifierIdo Schimmel
2021-04-18netfilter: nftables: counter hardware offload supportPablo Neira Ayuso
2021-04-18netfilter: Dissect flow after packet manglingIdo Schimmel
2021-04-18netfilter: nftables_offload: special ethertype handling for VLANPablo Neira Ayuso
2021-04-18netfilter: nftables_offload: VLAN id needs host byteorder in flow dissectorPablo Neira Ayuso
2021-04-18netfilter: nft_payload: fix C-VLAN offload supportPablo Neira Ayuso
2021-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-04-16mptcp: use mptcp_for_each_subflow in mptcp_closeGeliang Tang
2021-04-16mptcp: add tracepoint in subflow_check_data_availGeliang Tang
2021-04-16mptcp: add tracepoint in ack_update_mskGeliang Tang
2021-04-16mptcp: add tracepoint in get_mapping_statusGeliang Tang
2021-04-16mptcp: add tracepoint in mptcp_subflow_get_sendGeliang Tang
2021-04-16mptcp: export mptcp_subflow_activeGeliang Tang
2021-04-16mptcp: fix format specifiers for unsigned intGeliang Tang
2021-04-16kunit: mptcp: adhere to KUNIT formatting standardNico Pache
2021-04-16flow_dissector: Fix out-of-bounds warning in __skb_flow_bpf_to_target()Gustavo A. R. Silva
2021-04-16netlink: don't call ->netlink_bind with table lock heldFlorian Westphal
2021-04-16ethtool: add interface to read RMON statsJakub Kicinski
2021-04-16ethtool: add interface to read standard MAC Ctrl statsJakub Kicinski
2021-04-16ethtool: add interface to read standard MAC statsJakub Kicinski
2021-04-16ethtool: add a new command for reading standard statsJakub Kicinski
2021-04-16sctp: Fix out-of-bounds warning in sctp_process_asconf_param()Gustavo A. R. Silva
2021-04-16mld: fix suspicious RCU usage in __ipv6_dev_mc_dec()Taehee Yoo
2021-04-16mptcp: sockopt: add TCP_CONGESTION and TCP_INFOFlorian Westphal
2021-04-16mptcp: setsockopt: SO_DEBUG and no-op optionsFlorian Westphal
2021-04-16mptcp: setsockopt: add SO_INCOMING_CPUFlorian Westphal
2021-04-16mptcp: setsockopt: add SO_MARK supportFlorian Westphal
2021-04-16mptcp: setsockopt: support SO_LINGERFlorian Westphal
2021-04-16mptcp: setsockopt: handle receive/send buffer and device bindFlorian Westphal
2021-04-16mptcp: setsockopt: handle SO_KEEPALIVE and SO_PRIORITYFlorian Westphal
2021-04-16mptcp: tag sequence_seq with socket stateFlorian Westphal
2021-04-16mptcp: add skeleton to sync msk socket options to subflowsFlorian Westphal
2021-04-16mptcp: only admit explicitly supported sockoptPaolo Abeni
2021-04-16mptcp: move sockopt function into a new filePaolo Abeni
2021-04-16mptcp: revert "mptcp: forbit mcast-related sockopt on MPTCP sockets"Matthieu Baerts
2021-04-16net: bridge: switchdev: include local flag in FDB notificationsVladimir Oltean
2021-04-16net: bridge: switchdev: refactor br_switchdev_fdb_notifyTobias Waldekranz
2021-04-16scm: fix a typo in put_cmsg()Eric Dumazet
2021-04-15ethtool: add FEC statisticsJakub Kicinski
2021-04-15ethtool: fec_prepare_data() - jump to error handlingJakub Kicinski
2021-04-15ethtool: move ethtool_stats_initJakub Kicinski
2021-04-15scm: optimize put_cmsg()Eric Dumazet
2021-04-14net/packet: remove data races in fanout operationsEric Dumazet
2021-04-14net: bridge: propagate error code and extack from br_mc_disabled_updateFlorian Fainelli
2021-04-14skbuff: revert "skbuff: remove some unnecessary operation in skb_segment_list()"Paolo Abeni
2021-04-14Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller