summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'tty-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2021-07-052-5/+6
|\
| * Merge tag 'v5.13-rc6' into tty-nextGreg Kroah-Hartman2021-06-1433-133/+291
| |\
| * \ Merge 5.13-rc4 into tty-nextGreg Kroah-Hartman2021-05-3172-290/+600
| |\ \
| * | | tty: make tty_operations::chars_in_buffer return uintJiri Slaby2021-05-131-1/+1
| * | | tty: make tty_operations::write_room return uintJiri Slaby2021-05-131-1/+1
| * | | tty: make tty_ldisc_ops a param in tty_unregister_ldiscJiri Slaby2021-05-131-1/+1
| * | | tty: set tty_ldisc_ops::num staticallyJiri Slaby2021-05-131-1/+2
| * | | tty: make fp of tty_ldisc_ops::receive_buf{,2} constJiri Slaby2021-05-131-1/+1
* | | | Merge tag 'asm-generic-unaligned-5.14' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2021-07-021-2/+2
|\ \ \ \
| * | | | netpoll: avoid put_unaligned() on single characterArnd Bergmann2021-05-171-2/+2
| |/ / /
* | | | Merge tag 'net-next-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2021-06-30401-4331/+10884
|\ \ \ \
| * \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-06-2941-241/+381
| |\ \ \ \
| | * | | | sctp: add param size validation for SCTP_PARAM_SET_PRIMARYMarcelo Ricardo Leitner2021-06-281-3/+10
| | * | | | sctp: validate chunk size in __rcv_asconf_lookupMarcelo Ricardo Leitner2021-06-281-0/+3
| | * | | | sctp: add size validation when walking chunksMarcelo Ricardo Leitner2021-06-281-1/+1
| | * | | | sctp: validate from_addr_param returnMarcelo Ricardo Leitner2021-06-285-25/+43
| | * | | | net: sched: fix warning in tcindex_alloc_perfect_hashPavel Skripkin2021-06-281-1/+1
| | * | | | net: lwtunnel: handle MTU calculation in forwadingVadim Fedorenko2021-06-281-1/+2
| | * | | | ipv6: fix out-of-bound access in ip6_parse_tlv()Eric Dumazet2021-06-241-14/+13
| | * | | | can: j1939: j1939_sk_setsockopt(): prevent allocation of j1939 filter for opt...Norbert Slusarek2021-06-241-1/+1
| | * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2021-06-236-54/+114
| | |\ \ \ \
| | | * | | | bpf: Fix integer overflow in argument calculation for bpf_map_area_allocBui Quang Minh2021-06-221-1/+1
| | | * | | | skmsg: Increase sk->sk_drops when dropping packetsCong Wang2021-06-211-8/+14
| | | * | | | skmsg: Pass source psock to sk_psock_skb_redirect()Cong Wang2021-06-211-5/+6
| | | * | | | skmsg: Teach sk_psock_verdict_apply() to return errorsCong Wang2021-06-211-9/+14
| | | * | | | skmsg: Fix a memory leak in sk_psock_verdict_apply()Cong Wang2021-06-211-0/+5
| | | * | | | skmsg: Clear skb redirect pointer before dropping itCong Wang2021-06-211-0/+2
| | | * | | | udp: Fix a memory leak in udp_read_sock()Cong Wang2021-06-211-0/+2
| | | * | | | skmsg: Improve udp_bpf_recvmsg() accuracyCong Wang2021-06-213-29/+65
| | | * | | | xsk: Fix broken Tx ring validationMagnus Karlsson2021-06-181-4/+7
| | * | | | | ipv6: exthdrs: do not blindly use init_netEric Dumazet2021-06-231-2/+2
| | * | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2021-06-237-32/+43
| | |\ \ \ \ \
| | | * | | | | xfrm: Fix xfrm offload fallback fail caseAyush Sawal2021-06-221-0/+1
| | | * | | | | xfrm: Fix error reporting in xfrm_state_construct.Steffen Klassert2021-06-141-14/+14
| | | * | | | | xfrm: remove the fragment check for ipv6 beet modeXin Long2021-06-011-7/+0
| | | * | | | | xfrm: policy: Read seqcount outside of rcu-read side in xfrm_policy_lookup_by...Varad Gautam2021-06-011-7/+14
| | | * | | | | xfrm: xfrm_state_mtu should return at least 1280 for ipv6Sabrina Dubroca2021-04-193-4/+14
| | * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2021-06-225-52/+64
| | |\ \ \ \ \ \
| | | * | | | | | netfilter: nf_tables: do not allow to delete table with owner by handlePablo Neira Ayuso2021-06-221-3/+9
| | | * | | | | | netfilter: nf_tables: skip netlink portID validation if zeroPablo Neira Ayuso2021-06-221-1/+1
| | | * | | | | | netfilter: nf_tables_offload: check FLOW_DISSECTOR_KEY_BASIC in VLAN transfer...Pablo Neira Ayuso2021-06-211-10/+7
| | | * | | | | | netfilter: nf_tables: memleak in hw offload abort pathPablo Neira Ayuso2021-06-212-37/+31
| | | * | | | | | netfilter: nft_tproxy: restrict support to TCP and UDP transport protocolsPablo Neira Ayuso2021-06-161-1/+8
| | | * | | | | | netfilter: nft_osf: check for TCP packet before further processingPablo Neira Ayuso2021-06-161-0/+5
| | | * | | | | | netfilter: nft_exthdr: check for IPv6 packet before further processingPablo Neira Ayuso2021-06-161-0/+3
| | * | | | | | | net/ipv4: swap flow ports when validating sourceMiao Wang2021-06-221-0/+2
| | * | | | | | | ip6_tunnel: fix GRE6 segmentationJakub Kicinski2021-06-221-2/+2
| | * | | | | | | mptcp: drop duplicate mptcp_setsockopt() declarationPaolo Abeni2021-06-221-3/+0
| | * | | | | | | mptcp: avoid race on msk state changesPaolo Abeni2021-06-223-8/+29
| | * | | | | | | pkt_sched: sch_qfq: fix qfq_change_class() error pathEric Dumazet2021-06-211-5/+3