summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2022-04-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni
2022-04-20net: Change skb_ensure_writable()'s write_len param to unsigned int typeLiu Jian
2022-04-20bpf: Enlarge offset check value to INT_MAX in bpf_skb_{load,store}_bytesLiu Jian
2022-04-20net/sched: flower: Consider the number of tags for vlan filtersBoris Sukholitko
2022-04-20net/sched: flower: Add number of vlan tags filterBoris Sukholitko
2022-04-20flow_dissector: Add number of vlan tags dissectorBoris Sukholitko
2022-04-20net/sched: flower: Reduce identation after is_key_vlan refactoringBoris Sukholitko
2022-04-20net/sched: flower: Helper function for vlan ethtype checksBoris Sukholitko
2022-04-20net: dsa: don't emit targeted cross-chip notifiers for MTU changeVladimir Oltean
2022-04-20net: dsa: drop dsa_slave_priv from dsa_slave_change_mtuVladimir Oltean
2022-04-20net: dsa: avoid one dsa_to_port() in dsa_slave_change_mtuVladimir Oltean
2022-04-20net: dsa: use dsa_tree_for_each_user_port in dsa_slave_change_mtuVladimir Oltean
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-19bpf: Fix usage of trace RCU in local storage.KP Singh
2022-04-19netlink: reset network and mac headers in netlink_dump()Eric Dumazet
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-19ipvs: correctly print the memory size of ip_vs_conn_tabPengcheng Yang
2022-04-19net: dsa: hellcreek: Calculate checksums in taggerKurt Kanzenbach
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-17batman-adv: Don't skb_split skbuffs with frag_listSven Eckelmann
2022-04-17can: isotp: stop timeout monitoring when no first frame was sentOliver Hartkopp
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: make ip6_rt_gc_expire an atomic_tEric Dumazet
2022-04-15net: Handle l3mdev in ip_tunnel_init_flowDavid Ahern
2022-04-15l3mdev: l3mdev_master_upper_ifindex_by_index_rcu should be using netdev_maste...David Ahern
2022-04-15net/sched: cls_u32: fix possible leak in u32_init_knode()Eric Dumazet
2022-04-15net/sched: cls_u32: fix netns refcount changes in u32_change()Eric Dumazet
2022-04-15ipv6: fix NULL deref in ip6_rcv_core()Eric Dumazet
2022-04-15net_sched: make qdisc_reset() smallerEric Dumazet
2022-04-15xsk: Drop ternary operator from xskq_cons_has_entriesMaciej Fijalkowski