summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net-next: skbuff: refactor pskb_pullRichard Gobert2022-09-303-4/+4
* net-sysfs: Convert to use sysfs_emit() APIsWang Yufen2022-09-301-29/+29
* net/sched: taprio: allow user input of per-tc max SDUVladimir Oltean2022-09-291-1/+151
* net/sched: query offload capabilities through ndo_setup_tc()Vladimir Oltean2022-09-291-0/+17
* net/tipc: Remove unused struct distr_queue_itemYuan Can2022-09-291-8/+0
* net: skb: introduce and use a single page frag cachePaolo Abeni2022-09-292-22/+103
* net: sched: cls_u32: Avoid memcpy() false-positive warningKees Cook2022-09-291-1/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-09-2911-47/+45
|\
| * Merge tag 'net-6.0-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2022-09-2910-40/+45
| |\
| | * mptcp: fix unreleased socket in accept queueMenglong Dong2022-09-283-27/+9
| | * mptcp: factor out __mptcp_close() without socket lockMenglong Dong2022-09-282-2/+13
| | * Merge tag 'wireless-2022-09-27' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski2022-09-276-10/+19
| | |\
| | | * wifi: mac80211: mlme: Fix double unlock on assoc success handlingRafael Mendonca2022-09-271-1/+0
| | | * wifi: mac80211: mlme: Fix missing unlock on beacon RXRafael Mendonca2022-09-271-2/+6
| | | * wifi: mac80211: fix memory corruption in minstrel_ht_update_rates()Paweł Lenkow2022-09-271-2/+4
| | | * wifi: mac80211: fix regression with non-QoS driversHans de Goede2022-09-271-0/+4
| | | * wifi: mac80211: ensure vif queues are operational after startAlexander Wetzel2022-09-271-2/+2
| | | * wifi: mac80211: don't start TX with fq->lock to fix deadlockAlexander Wetzel2022-09-271-1/+1
| | | * wifi: cfg80211: fix MCS divisor valueTamizh Chelvam Raja2022-09-271-2/+2
| | * | net: sched: act_ct: fix possible refcount leak in tcf_ct_init()Hangyu Hua2022-09-261-1/+4
| * | | Revert "net: set proper memcg for net_init hooks allocations"Shakeel Butt2022-09-281-7/+0
| |/ /
* | | net: drop the weight argument from netif_napi_addJakub Kicinski2022-09-281-2/+1
* | | net: Fix incorrect address comparison when searching for a bind2 bucketMartin KaFai Lau2022-09-281-0/+10
* | | mptcp: poll allow write call before actual connectBenjamin Hesmans2022-09-281-0/+4
* | | mptcp: handle defer connect in mptcp_sendmsgDmytro Shytyi2022-09-281-0/+22
* | | tcp: export tcp_sendmsg_fastopenBenjamin Hesmans2022-09-281-3/+2
* | | mptcp: add TCP_FASTOPEN_CONNECT socket optionBenjamin Hesmans2022-09-281-1/+18
* | | net: shrink struct ubuf_infoPavel Begunkov2022-09-284-20/+24
* | | netfilter: nft_fib: Fix for rpath check with VRF devicesPhil Sutter2022-09-282-1/+8
* | | net: sched: act_bpf: simplify code logic in tcf_bpf_init()Zhengchao Shao2022-09-281-1/+1
* | | Add skb drop reasons to IPv6 UDP receive pathDonald Hunter2022-09-271-6/+16
* | | net: tls: Add ARIA-GCM algorithmTaehee Yoo2022-09-272-0/+96
* | | NFC: hci: Split memcpy() of struct hcp_message flexible arrayKees Cook2022-09-271-7/+5
* | | net: openvswitch: allow conntrack in non-initial user namespaceMichael Weiß2022-09-271-5/+8
* | | net: openvswitch: allow metering in non-initial user namespaceMichael Weiß2022-09-271-7/+7
* | | net/smc: Support SO_REUSEPORTTony Lu2022-09-271-0/+1
* | | net/sched: taprio: simplify list iteration in taprio_dev_notifier()Vladimir Oltean2022-09-261-9/+4
* | | net: dsa: make user ports return to init_net on netns deletionVladimir Oltean2022-09-261-0/+1
* | | xdp: improve page_pool xdp_return performanceJesper Dangaard Brouer2022-09-261-6/+4
* | | af_unix: Refactor unix_read_skb()Peilin Ye2022-09-261-24/+10
* | | udp: Refactor udp_read_skb()Peilin Ye2022-09-261-29/+17
* | | ipv6: tcp: send consistent autoflowlabel in RST packetsEric Dumazet2022-09-231-1/+4
* | | Merge tag 'linux-can-next-for-6.1-20220923' of git://git.kernel.org/pub/scm/l...Jakub Kicinski2022-09-231-6/+19
|\ \ \
| * | | can: bcm: check the result of can_send() in bcm_can_tx()Ziyang Xuan2022-09-231-3/+4
| * | | can: bcm: registration process optimization in bcm_module_init()Ziyang Xuan2022-09-231-3/+15
* | | | net: phy: Add support for rate matchingSean Anderson2022-09-232-0/+6
|/ / /
* | | ethtool: tunnels: check the return value of nla_nest_start()Li Zhong2022-09-221-0/+2
* | | net/sched: use tc_qdisc_stats_dump() in qdiscZhengchao Shao2022-09-2222-147/+31
* | | net/sched: taprio: remove unnecessary taprio_list_lockVladimir Oltean2022-09-221-7/+0
* | | net/tls: Support 256 bit keys with TX device offloadGal Pressman2022-09-222-0/+13