aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2022-04-28net: make sure net_rx_action() calls skb_defer_free_flush()Eric Dumazet
2022-04-27Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2022-04-27mptcp: reset subflow when MP_FAIL doesn't respondGeliang Tang
2022-04-27mptcp: add MP_FAIL response supportGeliang Tang
2022-04-27mptcp: add data lock for sk timersGeliang Tang
2022-04-27mptcp: use mptcp_stop_timerGeliang Tang
2022-04-26net: tls: fix async vs NIC crypto offloadJakub Kicinski
2022-04-26net: generalize skb freeing deferral to per-cpu listsEric Dumazet
2022-04-26bpf: Compute map_btf_id during build timeMenglong Dong
2022-04-26net/af_packet: add VLAN support for AF_PACKET SOCK_RAW GSOHangbin Liu
2022-04-25selftests/bpf: Add test for strict BTF type checkKumar Kartikeya Dwivedi
2022-04-25selftests/bpf: Add verifier tests for kptrKumar Kartikeya Dwivedi
2022-04-25bpf: Tag argument to be released in bpf_func_protoKumar Kartikeya Dwivedi
2022-04-25net: dsa: remove unused headersMarcin Wojtas
2022-04-25arp: fix unused variable warnning when CONFIG_PROC_FS=nYajun Deng
2022-04-25devlink: introduce line card device info infrastructureJiri Pirko
2022-04-25devlink: introduce line card info get messageJiri Pirko
2022-04-25devlink: introduce line card devices supportJiri Pirko
2022-04-23mptcp: add mib for infinite map sendingGeliang Tang
2022-04-23mptcp: infinite mapping receivingGeliang Tang
2022-04-23mptcp: infinite mapping sendingGeliang Tang
2022-04-23mptcp: track and update contiguous data statusGeliang Tang
2022-04-23mptcp: add the fallback checkGeliang Tang
2022-04-23mptcp: don't send RST for single subflowGeliang Tang
2022-04-22ipv4: Initialise ->flowi4_scope properly in ICMP handlers.Guillaume Nault
2022-04-22ipv4: Avoid using RTO_ONLINK with ip_route_connect().Guillaume Nault
2022-04-22ipv4: Don't reset ->flowi4_scope in ip_rt_fix_tos().Guillaume Nault
2022-04-22ipv6: Use ipv6_only_sock() helper in condition.Kuniyuki Iwashima
2022-04-22ipv6: Remove __ipv6_only_sock().Kuniyuki Iwashima
2022-04-22Revert "rtnetlink: return EINVAL when request cannot succeed"Florent Fourcot
2022-04-22net/ipv6: Enforce limits for accept_unsolicited_na sysctlArun Ajith S
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