summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2022-04-15xsk: Diversify return codes in xsk_rcv_check()Maciej Fijalkowski
2022-04-15xsk: Improve xdp_do_redirect() error codesBjörn Töpel
2022-04-15net: ethtool: move checks before rtnl_lock() in ethnl_set_ringsJie Wang
2022-04-15net: ethtool: extend ringparam set/get APIs for tx_pushJie Wang
2022-04-15openvswitch: fix OOB access in reserve_sfa_size()Paolo Valerio
2022-04-15ip6_gre: Fix skb_under_panic in __gre6_xmit()Peilin Ye
2022-04-15ip6_gre: Avoid updating tunnel->tun_hlen in __gre6_xmit()Peilin Ye
2022-04-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2022-04-15net/packet: fix packet_sock xmit return value checkingHangbin Liu
2022-04-15net/smc: Fix sock leak when release after smc_shutdown()Tony Lu
2022-04-15rxrpc: Restore removed timer deletionDavid Howells
2022-04-15net: page_pool: introduce ethtool statsLorenzo Bianconi
2022-04-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni
2022-04-14Merge tag 'net-5.18-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2022-04-14rtnetlink: Fix handling of disabled L3 stats in RTM_GETSTATS repliesPetr Machata
2022-04-13nfc: nci: add flush_workqueue to prevent uafLin Ma
2022-04-13Merge tag 'wireless-2022-04-13' of git://git.kernel.org/pub/scm/linux/kernel/...David S. Miller
2022-04-13net: ipv6: add skb drop reasons to ip6_protocol_deliver_rcu()Menglong Dong
2022-04-13net: ipv6: add skb drop reasons to ip6_rcv_core()Menglong Dong
2022-04-13net: ipv6: add skb drop reasons to TLV parseMenglong Dong
2022-04-13net: ipv6: remove redundant statistics in ipv6_hop_jumbo()Menglong Dong
2022-04-13net: icmp: introduce function icmpv6_param_prob_reason()Menglong Dong
2022-04-13net: ip: add skb drop reasons to ip forwardingMenglong Dong
2022-04-13net: ipv6: add skb drop reasons to ip6_pkt_drop()Menglong Dong
2022-04-13net: ipv4: add skb drop reasons to ip_error()Menglong Dong
2022-04-13net: bridge: fdb: add support for flush filtering based on ifindex and vlanNikolay Aleksandrov
2022-04-13net: bridge: fdb: add support for flush filtering based on ndm flags and stateNikolay Aleksandrov
2022-04-13net: rtnetlink: add ndm flags and state mask attributesNikolay Aleksandrov
2022-04-13net: bridge: fdb: add support for fine-grained flushingNikolay Aleksandrov
2022-04-13net: bridge: fdb: add ndo_fdb_del_bulkNikolay Aleksandrov
2022-04-13net: rtnetlink: add NLM_F_BULK support to rtnl_fdb_delNikolay Aleksandrov
2022-04-13net: rtnetlink: add bulk delete support flagNikolay Aleksandrov
2022-04-13net: rtnetlink: add helper to extract msg type's kindNikolay Aleksandrov
2022-04-13net: rtnetlink: add msg kind namesNikolay Aleksandrov
2022-04-13Revert "net: dsa: setup master before ports"Vladimir Oltean
2022-04-13NFC: NULL out the dev->rfkill to prevent UAFLin Ma
2022-04-13ipv6: exthdrs: use swap() instead of open coding itGuo Zhengkui
2022-04-13tls: rx: only copy IV from the packet for TLS 1.2Jakub Kicinski
2022-04-13tls: rx: use MAX_IV_SIZE for allocationsJakub Kicinski
2022-04-13tls: rx: use async as an in-out argumentJakub Kicinski
2022-04-13tls: rx: return the already-copied data on crypto errorJakub Kicinski
2022-04-13tls: rx: treat process_rx_list() errors as transientJakub Kicinski
2022-04-13tls: rx: assume crypto always calls our callbackJakub Kicinski
2022-04-13tls: rx: don't handle TLS 1.3 in the async crypto callbackJakub Kicinski
2022-04-13tls: rx: move counting TlsDecryptErrors for syncJakub Kicinski
2022-04-13tls: rx: reuse leave_on_list label for psockJakub Kicinski
2022-04-13tls: rx: consistently use unlocked accessors for rx_listJakub Kicinski
2022-04-13esp: limit skb_page_frag_refill use to a single pageSabrina Dubroca
2022-04-12Merge tag 'nfsd-5.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds
2022-04-12fou: Remove XRFM from NET_FOU KconfigCoco Li