summaryrefslogtreecommitdiffstats
path: root/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* rds: memory leak in __rds_conn_create()Hangyu Hua2021-12-141-0/+1
* Merge tag 'mac80211-for-net-2021-12-14' of git://git.kernel.org/pub/scm/linux...David S. Miller2021-12-1410-36/+90
|\
| * mac80211: do drv_reconfig_complete() before restarting allJohannes Berg2021-12-141-7/+7
| * mac80211: mark TX-during-stop for TX in in_reconfigJohannes Berg2021-12-141-1/+4
| * mac80211: update channel context before station stateMordechay Goodstein2021-12-141-6/+9
| * mac80211: Fix the size used for building probe requestIlan Peer2021-12-141-1/+1
| * mac80211: fix lookup when adding AddBA extension elementJohannes Berg2021-12-141-2/+3
| * mac80211: validate extended element ID is presentJohannes Berg2021-12-141-1/+6
| * cfg80211: Acquire wiphy mutex on regulatory workIlan Peer2021-12-141-1/+6
| * mac80211: agg-tx: don't schedule_and_wake_txq() under sta->lockJohannes Berg2021-12-141-2/+8
| * nl80211: remove reload flag from regulatory_requestFinn Behrens2021-12-141-4/+2
| * mac80211: send ADDBA requests using the tid/queue of the aggregation sessionFelix Fietkau2021-12-141-1/+1
| * nl80211: reset regdom when reloading regdbFinn Behrens2021-11-291-2/+25
| * mac80211: add docs for ssn in struct tid_ampdu_txJohannes Berg2021-11-291-0/+1
| * mac80211: fix a memory leak where sta_info is not freedAhmed Zaki2021-11-261-3/+3
| * mac80211: set up the fwd_skb->dev for mesh forwardingXing Song2021-11-261-0/+1
| * mac80211: fix regression in SSN handling of addba txFelix Fietkau2021-11-262-2/+3
| * mac80211: fix rate control for retransmitted framesFelix Fietkau2021-11-261-3/+3
| * mac80211: track only QoS data frames for admission controlJohannes Berg2021-11-261-3/+10
| * mac80211: fix TCP performance on mesh interfaceMaxime Bizon2021-11-261-2/+2
* | flow_offload: return EOPNOTSUPP for the unsupported mpls action typeBaowen Zheng2021-12-141-0/+1
* | mptcp: never allow the PM to close a listener subflowPaolo Abeni2021-12-141-0/+3
* | net/sched: sch_ets: don't remove idle classes from the round-robin listDavide Caratti2021-12-131-2/+2
* | inet_diag: fix kernel-infoleak for UDP socketsEric Dumazet2021-12-111-3/+1
* | phonet: refcount leak in pep_sock_accepHangyu Hua2021-12-111-0/+1
* | sch_cake: do not call cake_destroy() from cake_init()Eric Dumazet2021-12-101-5/+1
* | net/sched: fq_pie: prevent dismantle issueEric Dumazet2021-12-091-0/+1
* | seg6: fix the iif in the IPv6 socket control blockAndrea Mayer2021-12-091-0/+8
* | nfc: fix potential NULL pointer deref in nfc_genl_dump_ses_doneKrzysztof Kozlowski2021-12-091-2/+4
* | nfc: fix segfault in nfc_genl_dump_devices_doneTadeusz Struk2021-12-091-2/+4
* | udp: using datalen to cap max gso segmentsJianguo Wu2021-12-091-1/+1
* | net, neigh: clear whole pneigh_entry at alloc timeEric Dumazet2021-12-091-2/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfJakub Kicinski2021-12-096-12/+15
|\ \
| * | netfilter: conntrack: annotate data-races around ct->timeoutEric Dumazet2021-12-083-6/+6
| * | netfilter: nft_exthdr: break evaluation if setting TCP option failsPablo Neira Ayuso2021-12-081-4/+7
| * | nft_set_pipapo: Fix bucket load in AVX2 lookup routine for six 8-bit groupsStefano Brivio2021-12-081-1/+1
| * | netfilter: nfnetlink_queue: silence bogus compiler warningFlorian Westphal2021-11-301-1/+1
* | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2021-12-092-5/+15
|\ \ \
| * | | bpf, sockmap: Re-evaluate proto ops when psock is removed from sockmapJohn Fastabend2021-11-202-1/+9
| * | | bpf, sockmap: Attach map progs to psock early for feature probesJohn Fastabend2021-11-201-4/+6
* | | | devlink: fix netns refcount leak in devlink_nl_cmd_reload()Eric Dumazet2021-12-071-8/+8
* | | | ethtool: do not perform operations on net devices being unregisteredAntoine Tenart2021-12-071-1/+2
* | | | tcp: fix another uninit-value (sk_rx_queue_mapping)Eric Dumazet2021-12-031-2/+2
* | | | inet: use #ifdef CONFIG_SOCK_RX_QUEUE_MAPPING consistentlyEric Dumazet2021-12-031-1/+1
* | | | Merge tag 'net-5.16-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-12-0219-72/+139
|\ \ \ \
| * | | | gro: Fix inconsistent indentingJiapeng Chong2021-12-021-3/+3
| * | | | net/rds: correct socket tunable error in rds_tcp_tune()William Kucharski2021-12-021-1/+1
| * | | | mctp: Don't let RTM_DELROUTE delete local routesMatt Johnston2021-12-021-4/+5
| * | | | net/smc: Keep smc_close_final rc during active closeTony Lu2021-12-021-2/+6
| * | | | net/smc: fix wrong list_del in smc_lgr_cleanup_earlyDust Li2021-12-021-4/+3