summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | sunrpc: Fix return value of get_srcport()Anna Schumaker2021-08-091-1/+1
| * | | | | | SUNRPC/xprtrdma: Fix reconnection lockingTrond Myklebust2021-08-092-6/+7
| * | | | | | SUNRPC: Clean up scheduling of autocloseTrond Myklebust2021-08-091-12/+16
| * | | | | | SUNRPC: Fix potential memory corruptionTrond Myklebust2021-08-091-2/+4
| * | | | | | SUNRPC: Convert rpc_client refcount to use refcount_tTrond Myklebust2021-08-094-15/+13
| * | | | | | xprtrdma: Eliminate rpcrdma_post_sends()Chuck Lever2021-08-094-18/+2
| * | | | | | xprtrdma: Add an xprtrdma_post_send_err tracepointChuck Lever2021-08-091-1/+5
| * | | | | | xprtrdma: Add xprtrdma_post_recvs_err() tracepointChuck Lever2021-08-091-1/+2
| * | | | | | xprtrdma: Put rpcrdma_reps before waking the tear-down completionChuck Lever2021-08-091-5/+5
| * | | | | | xprtrdma: Disconnect after an ib_post_send() immediate errorChuck Lever2021-08-093-1/+10
| * | | | | | SUNRPC: Unset RPC_TASK_NO_RETRANS_TIMEOUT for NULL RPCsChuck Lever2021-08-091-1/+14
| * | | | | | SUNRPC: Refactor rpc_ping()Chuck Lever2021-08-091-11/+13
* | | | | | | Merge tag 'kbuild-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2021-09-031-1/+1
|\ \ \ \ \ \ \
| * | | | | | | isystem: ship and use stdarg.hAlexey Dobriyan2021-08-191-1/+1
| |/ / / / / /
* | | | | | | Merge tag 'tty-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2021-09-011-6/+6
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | Merge 5.14-rc5 into tty-nextGreg Kroah-Hartman2021-08-0968-277/+655
| |\| | | | |
| * | | | | | tty: drop put_tty_driverJiri Slaby2021-07-271-2/+2
| * | | | | | tty: stop using alloc_tty_driverJiri Slaby2021-07-271-4/+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