summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2022-04-20net: dsa: make cross-chip notifiers more efficient for host eventsVladimir Oltean
2022-04-20net: dsa: move reset of VLAN filtering to dsa_port_switchdev_unsync_attrsVladimir Oltean
2022-04-19rtnetlink: return EINVAL when request cannot succeedFlorent Fourcot
2022-04-19rtnetlink: return ENODEV when IFLA_ALT_IFNAME is used in dellinkFlorent Fourcot
2022-04-19rtnetlink: enable alt_ifname for setlink/newlinkFlorent Fourcot
2022-04-19rtnetlink: return ENODEV when ifname does not exist and group is givenFlorent Fourcot
2022-04-19net: sched: support hash selecting tx queueTonghao Zhang
2022-04-19net: sched: use queue_mapping to pick tx queueTonghao Zhang
2022-04-18devlink: add port to line card relationship setJiri Pirko
2022-04-18devlink: implement line card active stateJiri Pirko
2022-04-18devlink: implement line card provisioningJiri Pirko
2022-04-18devlink: add support to create line card and expose to userJiri Pirko
2022-04-18tcp: fix signed/unsigned comparisonEric Dumazet
2022-04-17tcp: add drop reason support to tcp_ofo_queue()Eric Dumazet
2022-04-17tcp: add drop reasons to tcp_rcv_synsent_state_process()Eric Dumazet
2022-04-17tcp: make tcp_rcv_synsent_state_process() drop monitor friendEric Dumazet
2022-04-17tcp: add drop reason support to tcp_prune_ofo_queue()Eric Dumazet
2022-04-17tcp: add two drop reasons for tcp_ack()Eric Dumazet
2022-04-17tcp: add drop reasons to tcp_rcv_state_process()Eric Dumazet
2022-04-17tcp: make tcp_rcv_state_process() drop monitor friendlyEric Dumazet
2022-04-17tcp: add drop reason support to tcp_validate_incoming()Eric Dumazet
2022-04-17tcp: get rid of rst_seq_matchEric Dumazet
2022-04-17tcp: consume incoming skb leading to a resetEric Dumazet
2022-04-17net/ipv6: Introduce accept_unsolicited_na knob to implement router-side chang...Arun Ajith S
2022-04-15ipv6: fix NULL deref in ip6_rcv_core()Eric Dumazet
2022-04-15net_sched: make qdisc_reset() smallerEric Dumazet
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-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