aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-04-25ip6_gre: Make o_seqno start from 0 in native modePeilin Ye1-6/+5
2022-04-25ip_gre: Make o_seqno start from 0 in native modePeilin Ye1-5/+3
2022-04-25net/smc: sync err code when tcp connection was refusedliuyacan1-0/+2
2022-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfDavid S. Miller4-4/+14
2022-04-25devlink: introduce line card device info infrastructureJiri Pirko1-1/+70
2022-04-25devlink: introduce line card info get messageJiri Pirko1-4/+126
2022-04-25devlink: introduce line card devices supportJiri Pirko1-1/+103
2022-04-25netfilter: Update ip6_route_me_harder to consider L3 domainMartin Willi1-2/+8
2022-04-25libceph: disambiguate cluster/pool full log messageIlya Dryomov1-1/+5
2022-04-25netfilter: flowtable: Remove the empty fileRongguang Wei1-0/+0
2022-04-24net: add __sys_socket_file()Jens Axboe1-10/+42
2022-04-23sctp: check asoc strreset_chunk in sctp_generate_reconf_eventXin Long1-0/+4
2022-04-23mptcp: add mib for infinite map sendingGeliang Tang3-0/+3
2022-04-23mptcp: infinite mapping receivingGeliang Tang1-1/+3
2022-04-23mptcp: infinite mapping sendingGeliang Tang4-2/+41
2022-04-23mptcp: track and update contiguous data statusGeliang Tang3-1/+7
2022-04-23mptcp: add the fallback checkGeliang Tang1-21/+24
2022-04-23mptcp: don't send RST for single subflowGeliang Tang1-5/+5
2022-04-22tcp: ensure to use the most recently sent skb when filling the rate samplePengcheng Yang1-3/+8
2022-04-22net: bridge: switchdev: check br_vlan_group() return valueClément Léger1-0/+2
2022-04-22tcp: md5: incorrect tcp_header_len for incoming connectionsFrancesco Ruggeri1-1/+1
2022-04-22bpf, lwt: Fix crash when using bpf_skb_set_tunnel_key() from bpf_xmit lwt hookEyal Birger1-4/+3
2022-04-22SUNRPC release the transport of a relocated task with an assigned transportOlga Kornievskaia1-4/+7
2022-04-22netfilter: nft_set_rbtree: overlap detection with element re-addition after deletionPablo Neira Ayuso1-1/+5
2022-04-22net: dsa: Add missing of_node_put() in dsa_port_link_register_ofMiaoqian Lin1-0/+2
2022-04-22ipv4: Initialise ->flowi4_scope properly in ICMP handlers.Guillaume Nault1-20/+17
2022-04-22ipv4: Avoid using RTO_ONLINK with ip_route_connect().Guillaume Nault4-13/+10
2022-04-22ipv4: Don't reset ->flowi4_scope in ip_rt_fix_tos().Guillaume Nault1-2/+2
2022-04-22ipv6: Use ipv6_only_sock() helper in condition.Kuniyuki Iwashima2-2/+2
2022-04-22ipv6: Remove __ipv6_only_sock().Kuniyuki Iwashima5-8/+8
2022-04-22Revert "rtnetlink: return EINVAL when request cannot succeed"Florent Fourcot1-1/+1
2022-04-22net/ipv6: Enforce limits for accept_unsolicited_na sysctlArun Ajith S1-1/+1
2022-04-22batman-adv: remove unnecessary type castingsYu Zhe2-8/+8
2022-04-22batman-adv: Start new development cycleSimon Wunderlich1-1/+1
2022-04-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni16-41/+83
2022-04-20net: Change skb_ensure_writable()'s write_len param to unsigned int typeLiu Jian1-1/+1
2022-04-20bpf: Enlarge offset check value to INT_MAX in bpf_skb_{load,store}_bytesLiu Jian1-2/+2
2022-04-20net/sched: flower: Consider the number of tags for vlan filtersBoris Sukholitko1-8/+16
2022-04-20net/sched: flower: Add number of vlan tags filterBoris Sukholitko1-0/+14
2022-04-20flow_dissector: Add number of vlan tags dissectorBoris Sukholitko1-0/+20
2022-04-20net/sched: flower: Reduce identation after is_key_vlan refactoringBoris Sukholitko1-17/+17
2022-04-20net/sched: flower: Helper function for vlan ethtype checksBoris Sukholitko1-15/+17
2022-04-20net: dsa: don't emit targeted cross-chip notifiers for MTU changeVladimir Oltean4-25/+7
2022-04-20net: dsa: drop dsa_slave_priv from dsa_slave_change_mtuVladimir Oltean1-2/+1
2022-04-20net: dsa: avoid one dsa_to_port() in dsa_slave_change_mtuVladimir Oltean1-4/+1
2022-04-20net: dsa: use dsa_tree_for_each_user_port in dsa_slave_change_mtuVladimir Oltean1-8/+5
2022-04-20net: dsa: make cross-chip notifiers more efficient for host eventsVladimir Oltean4-140/+76
2022-04-20net: dsa: move reset of VLAN filtering to dsa_port_switchdev_unsync_attrsVladimir Oltean2-61/+57
2022-04-19bpf: Fix usage of trace RCU in local storage.KP Singh1-3/+3
2022-04-19netlink: reset network and mac headers in netlink_dump()Eric Dumazet1-0/+7