summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* ipv6: change return type from int to void for mld_process_v2Jiwon Kim2021-09-021-6/+4
* net/ncsi: add get MAC address command to get Intel i210 MAC addressIvan Mikhaylov2021-09-014-1/+75
* mptcp: fix possible divide by zeroPaolo Abeni2021-09-011-41/+35
* mptcp: Fix duplicated argument in protocol.hWan Jiabing2021-09-011-1/+1
* net: dsa: tag_rtl4_a: Fix egress tagsLinus Walleij2021-09-011-3/+4
* Merge tag 'net-next-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2021-08-31345-5794/+15894
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-08-311-0/+5
| |\
| | * net: don't unconditionally copy_from_user a struct ifreq for socket ioctlsPeter Collingbourne2021-08-271-1/+5
| * | ipv6: seg6: remove duplicated includeLv Ruyi2021-08-311-1/+0
| * | ipv6: remove duplicated 'net/lwtunnel.h' includeLv Ruyi2021-08-311-1/+0
| * | fou: remove sparse errorsEric Dumazet2021-08-312-6/+6
| * | ipv4: fix endianness issue in inet_rtm_getroute_build_skb()Eric Dumazet2021-08-311-1/+1
| * | af_unix: fix potential NULL deref in unix_dgram_connect()Eric Dumazet2021-08-311-3/+6
| * | net: bridge: use mld2r_ngrec instead of icmpv6_dataunMichelleJin2021-08-311-5/+5
| * | net: sched: Fix qdisc_rate_table refcount leak when get tcf_block failedXiyu Yang2021-08-301-1/+1
| * | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2021-08-3014-57/+339
| |\ \
| | * | bpf: tcp: Allow bpf-tcp-cc to call bpf_(get|set)sockoptMartin KaFai Lau2021-08-252-3/+44
| | * | bpf: Allow bpf_get_netns_cookie in BPF_PROG_TYPE_SK_MSGXu Liu2021-08-241-0/+14
| | * | bpf: Migrate cgroup_bpf to internal cgroup_bpf_attach_type enumDave Marchevsky2021-08-234-8/+8
| | * | af_unix: Fix NULL pointer bug in unix_shutdownJiang Wang2021-08-231-1/+2
| | * | bpf: Allow bpf_get_netns_cookie in BPF_PROG_TYPE_SOCK_OPSXu Liu2021-08-191-0/+14
| | * | af_unix: Add unix_stream_proto for sockmapJiang Wang2021-08-163-35/+142
| | * | af_unix: Add read_sock for stream socket typesJiang Wang2021-08-161-0/+12
| | * | bpf: Refactor BPF_PROG_RUN into a functionAndrii Nakryiko2021-08-176-11/+11
| | * | bpf: af_unix: Implement BPF iterator for UNIX domain socket.Kuniyuki Iwashima2021-08-151-0/+93
| * | | sch_htb: Fix inconsistency when leaf qdisc creation failsMaxim Mikityanskiy2021-08-301-35/+62
| * | | net: ipv4: Fix the warning for dereferenceYajun Deng2021-08-301-1/+3
| * | | net: qrtr: make checks in qrtr_endpoint_post() stricterDan Carpenter2021-08-301-2/+6
| * | | fix array-index-out-of-bounds in taprio_changeHaimin Zhang2021-08-301-1/+3
| * | | net: fix NULL pointer reference in cipso_v4_doi_free王贇2021-08-301-2/+2
| * | | ipv4: make exception cache less predictibleEric Dumazet2021-08-301-16/+30
| * | | ipv6: make exception cache less predictibleEric Dumazet2021-08-301-1/+4
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2021-08-309-212/+317
| |\ \ \
| | * | | netfilter: add netfilter hooks to SRv6 data planeRyoga Saito2021-08-306-36/+224
| | * | | netfilter: x_tables: handle xt_register_template() returning an error valueLukas Bulwahn2021-08-251-0/+2
| | * | | netfilter: ctnetlink: missing counters and timestamp in nfnetlink_{log,queue}Pablo Neira Ayuso2021-08-251-0/+6
| | * | | netfilter: ecache: remove nf_exp_event_notifier structureFlorian Westphal2021-08-252-67/+6
| | * | | netfilter: ecache: prepare for event notifier mergeFlorian Westphal2021-08-252-36/+12
| | * | | netfilter: ecache: add common helper for nf_conntrack_eventmask_reportFlorian Westphal2021-08-251-68/+56
| | * | | netfilter: ecache: remove another indent levelFlorian Westphal2021-08-251-16/+18
| | * | | netfilter: ecache: remove one indent levelFlorian Westphal2021-08-252-31/+35
| * | | | ipv6: add IFLA_INET6_RA_MTU to expose mtu valueRocco Yue2021-08-272-6/+21
| * | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/David S. Miller2021-08-273-3/+74
| |\ \ \ \
| | * | | | net: xfrm: fix shift-out-of-bouncePavel Skripkin2021-07-291-1/+6
| | * | | | xfrm: Add possibility to set the default to block if we have no policySteffen Klassert2021-07-212-0/+68
| | * | | | ipsec: Remove unneeded extra variable in esp4 esp_ssg_unref()Corey Minyard2021-07-201-3/+1
| * | | | | mptcp: make the locking tx schema more readablePaolo Abeni2021-08-271-3/+7
| * | | | | mptcp: optimize the input options processingPaolo Abeni2021-08-271-34/+37
| * | | | | mptcp: consolidate in_opt sub-options fields in a bitmaskPaolo Abeni2021-08-274-73/+63
| * | | | | mptcp: better binary layout for mptcp_options_receivedPaolo Abeni2021-08-272-15/+13