aboutsummaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2023-10-06net: sock_dequeue_err_skb() optimizationHEADmainEric Dumazet1-0/+3
2023-10-06Merge tag 'wireless-next-2023-10-06' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski72-2834/+2830
2023-10-06Merge tag 'linux-can-next-for-6.7-20231005' of git://git.kernel.org/pub/scm/l...Jakub Kicinski1-2/+1
2023-10-06Merge wireless into wireless-nextJohannes Berg42-9949/+10144
2023-10-06net/packet: Annotate struct packet_fanout with __counted_byKees Cook1-1/+1
2023-10-06netlink: Annotate struct netlink_policy_dump_state with __counted_byKees Cook1-7/+8
2023-10-05netem: Annotate struct disttable with __counted_byKees Cook1-1/+1
2023-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski55-280/+549
2023-10-05Merge tag 'net-6.6-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds51-272/+523
2023-10-05mptcp: userspace pm allow creating id 0 subflowGeliang Tang1-6/+0
2023-10-05mptcp: fix delegated action racesPaolo Abeni3-39/+34
2023-10-05net_sched: sch_fq: add TCA_FQ_WEIGHTS attributeEric Dumazet1-0/+33
2023-10-05net_sched: sch_fq: add 3 bands and WRR schedulingEric Dumazet1-42/+162
2023-10-05net_sched: export pfifo_fast prio2band[]Eric Dumazet1-4/+5
2023-10-05net_sched: sch_fq: remove q->ktime_cacheEric Dumazet1-13/+15
2023-10-04netlink: annotate data-races around sk->sk_errEric Dumazet1-4/+4
2023-10-04net: skb_queue_purge_reason() optimizationsEric Dumazet1-3/+12
2023-10-04sctp: update hb timer immediately after users change hb_intervalXin Long1-0/+1
2023-10-04sctp: update transport state when processing a dupcook packetXin Long1-2/+1
2023-10-04tcp: fix delayed ACKs for MSS boundary conditionNeal Cardwell1-0/+13
2023-10-04tcp: fix quick-ack counting to count actual ACKs of new dataNeal Cardwell1-4/+3
2023-10-04Merge tag 'nf-23-10-04' of https://git.kernel.org/pub/scm/linux/kernel/git/ne...Jakub Kicinski4-44/+102
2023-10-04Merge tag 'nf-next-23-09-28' of https://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski2-18/+89
2023-10-04sctp: Spelling s/preceeding/preceding/gGeert Uytterhoeven1-1/+1
2023-10-04tipc: fix a potential deadlock on &tx->lockChengfeng Ye1-2/+2
2023-10-04ipv4: Set offload_failed flag in fibmatch resultsBenjamin Poirier1-0/+2
2023-10-04Merge tag 'wireless-2023-09-27' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski15-76/+205
2023-10-04Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski3-9/+9
2023-10-04netfilter: nf_tables: nft_set_rbtree: fix spurious insertion failureFlorian Westphal1-17/+29
2023-10-04netfilter: nf_tables: Deduplicate nft_register_obj audit logsPhil Sutter1-16/+28
2023-10-04netfilter: handle the connecting collision properly in nf_conntrack_proto_sctpXin Long1-10/+33
2023-10-04netfilter: nft_payload: rebuild vlan header on h_proto accessFlorian Westphal1-1/+12
2023-10-04can: raw: Remove NULL check before dev_{put, hold}Jiapeng Chong1-2/+1
2023-10-03net: add sysctl to disable rfc4862 5.5.3e lifetime handlingPatrick Rohr1-13/+25
2023-10-03net: nfc: llcp: Add lock when modifying device listJeremy Cline1-0/+2
2023-10-03ethtool: plca: fix plca enable data type while parsing the valueParthiban Veerasooran1-16/+29
2023-10-03net: dsa: tag_ksz: Extend ksz9477_xmit() for HSR frame duplicationLukasz Majewski1-0/+8
2023-10-03net: dsa: notify drivers of MAC address changes on user portsVladimir Oltean1-0/+7
2023-10-03net: dsa: propagate extack to ds->ops->port_hsr_join()Vladimir Oltean3-4/+6
2023-10-03ipv6: mark address parameters of udp_tunnel6_xmit_skb() as constBeniamino Galvani1-2/+3
2023-10-03udp_tunnel: Use flex array to simplify codeChristophe JAILLET1-9/+2
2023-10-03tcp_metrics: optimize tcp_metrics_flush_all()Eric Dumazet1-2/+5
2023-10-03tcp_metrics: do not create an entry from tcp_init_metrics()Eric Dumazet1-1/+1
2023-10-03tcp_metrics: properly set tp->snd_ssthresh in tcp_init_metrics()Eric Dumazet1-5/+4
2023-10-03tcp_metrics: add missing barriers on deleteEric Dumazet1-2/+2
2023-10-03ipv6: tcp: add a missing nf_reset_ct() in 3WHS handlingIlya Maximets1-3/+7
2023-10-03ipv4/fib: send notify when delete source address routesHangbin Liu2-0/+5
2023-10-02handshake: Fix sign of key_serial_t fieldsChuck Lever1-2/+2
2023-10-02handshake: Fix sign of socket file descriptor fieldsChuck Lever3-3/+3
2023-10-02net: openvswitch: Annotate struct dp_meter with __counted_byKees Cook1-1/+1
2023-10-02net: openvswitch: Annotate struct dp_meter_instance with __counted_byKees Cook1-1/+1
2023-10-01inet: implement lockless getsockopt(IP_MULTICAST_IF)Eric Dumazet5-21/+20
2023-10-01inet: lockless IP_PKTOPTIONS implementationEric Dumazet1-39/+37
2023-10-01inet: implement lockless getsockopt(IP_UNICAST_IF)Eric Dumazet5-18/+21
2023-10-01inet: lockless getsockopt(IP_MTU)Eric Dumazet1-11/+9
2023-10-01inet: lockless getsockopt(IP_OPTIONS)Eric Dumazet1-10/+10
2023-10-01inet: implement lockless IP_TOSEric Dumazet7-31/+27
2023-10-01inet: implement lockless IP_MTU_DISCOVEREric Dumazet6-18/+14
2023-10-01inet: implement lockless IP_MULTICAST_TTLEric Dumazet3-17/+18
2023-10-01net: prevent address rewrite in kernel_bind()Jordan Rife4-5/+10
2023-10-01net: prevent rewrite of msg_name in sock_sendmsg()Jordan Rife1-6/+23
2023-10-01net: replace calls to sock->ops->connect() with kernel_connect()Jordan Rife2-3/+3
2023-10-01net: annotate data-races around sk->sk_dst_pending_confirmEric Dumazet2-2/+2
2023-10-01net: lockless implementation of SO_TXREHASHEric Dumazet1-13/+10
2023-10-01net: implement lockless SO_MAX_PACING_RATEEric Dumazet5-32/+36
2023-10-01net: lockless implementation of SO_BUSY_POLL, SO_PREFER_BUSY_POLL, SO_BUSY_PO...Eric Dumazet1-24/+20
2023-10-01net: lockless SO_{TYPE|PROTOCOL|DOMAIN|ERROR } setsockopt()Eric Dumazet1-6/+5
2023-10-01net: lockless SO_PASSCRED, SO_PASSPIDFD and SO_PASSSECEric Dumazet1-11/+9
2023-10-01net: implement lockless SO_PRIORITYEric Dumazet22-33/+34
2023-10-01openvswitch: reduce stack usage in do_execute_actionsIlya Maximets1-12/+11
2023-10-01ipv4, ipv6: Fix handling of transhdrlen in __ip{,6}_append_data()David Howells1-1/+1
2023-10-01neighbour: fix data-races around n->outputEric Dumazet2-6/+6
2023-10-01net: l2tp_eth: use generic dev->stats fieldsEric Dumazet1-22/+12
2023-10-01net: fix possible store tearing in neigh_periodic_work()Eric Dumazet1-1/+3
2023-10-01Merge tag 'for-net-2023-09-20' of git://git.kernel.org/pub/scm/linux/kernel/g...David S. Miller6-45/+58
2023-10-01net_sched: sch_fq: always garbage collectEric Dumazet1-3/+1
2023-10-01net_sched: sch_fq: add fast path for mostly idle qdiscEric Dumazet1-37/+91
2023-10-01net_sched: sch_fq: change how @inactive is trackedEric Dumazet1-5/+7
2023-10-01net_sched: sch_fq: struct sched_data reorgEric Dumazet1-4/+12
2023-10-01tcp: derive delack_max from rto_minEric Dumazet2-2/+17
2023-09-29wifi: mac80211: add back SPDX identifierJohannes Berg1-0/+1
2023-09-29wifi: mac80211: fix ieee80211_drop_unencrypted_mgmt return type/valueJohannes Berg1-2/+3
2023-09-29bpf, sockmap: Reject sk_msg egress redirects to non-TCP socketsJakub Sitnicki1-0/+4
2023-09-29bpf, sockmap: Do not inc copied_seq when PEEK flag setJohn Fastabend1-1/+3
2023-09-29bpf: tcp_read_skb needs to pop skb regardless of seqJohn Fastabend1-8/+2
2023-09-28netfilter: nf_tables: Utilize NLA_POLICY_NESTED_ARRAYPhil Sutter1-9/+9
2023-09-28netfilter: nf_tables: missing extended netlink error in lookup functionsPablo Neira Ayuso1-6/+19
2023-09-28netfilter: nf_nat: undo erroneous tcp edemux lookup after port clashFlorian Westphal1-3/+61
2023-09-28pktgen: Introducing 'SHARED' flag for testing with non-shared skbLiang Chen1-10/+54
2023-09-28pktgen: Automate flag enumeration for unknown flag handlingLiang Chen1-16/+22
2023-09-27SUNRPC/TLS: Lock the lower_xprt during the tls handshakeAnna Schumaker1-0/+6
2023-09-27Revert "SUNRPC dont update timeout value on connection reset"Trond Myklebust1-2/+1
2023-09-27SUNRPC: Fail quickly when server does not recognize TLSChuck Lever3-6/+19
2023-09-26wifi: mac80211: expand __ieee80211_data_to_8023() statusJohannes Berg2-12/+14
2023-09-26wifi: mac80211: split ieee80211_drop_unencrypted_mgmt() return valueJohannes Berg2-12/+18
2023-09-26wifi: mac80211: remove RX_DROP_UNUSABLEJohannes Berg4-52/+84
2023-09-26wifi: mac80211: fix check for unusable RX resultJohannes Berg2-1/+4
2023-09-26wifi: cfg80211: add local_state_change to deauth traceJohannes Berg1-2/+4
2023-09-26wifi: mac80211: Create resources for disabled linksBenjamin Berg1-3/+4
2023-09-26wifi: cfg80211: avoid leaking stack data into traceBenjamin Berg1-1/+1
2023-09-25wifi: mac80211: allow transmitting EAPOL frames with tainted keyWen Gong1-1/+2
2023-09-25wifi: mac80211: reject MLO channel configuration if not supportedBenjamin Berg1-3/+13
2023-09-25wifi: mac80211: report per-link error during associationBenjamin Berg1-1/+3
2023-09-25wifi: cfg80211: report per-link errors during associationBenjamin Berg1-6/+44
2023-09-25wifi: mac80211: support antenna control in injectionJohannes Berg1-0/+14
2023-09-25wifi: mac80211: support handling of advertised TID-to-link mappingAyala Beker2-0/+211
2023-09-25wifi: mac80211: add support for parsing TID to Link mapping elementAyala Beker2-0/+11
2023-09-25wifi: mac80211: Notify the low level driver on change in MLO valid linksIlan Peer2-1/+4
2023-09-25wifi: mac80211: describe return values in kernel-docJohannes Berg2-0/+4
2023-09-25wifi: cfg80211: reg: describe return values in kernel-docJohannes Berg1-3/+13
2023-09-25wifi: mac80211: don't connect to an AP while it's in a CSA processAyala Beker1-1/+33
2023-09-25wifi: mac80211: update the rx_chains after set_antenna()Emmanuel Grumbach1-1/+7
2023-09-25wifi: mac80211: use bandwidth indication element for CSAJohannes Berg4-18/+45
2023-09-25wifi: cfg80211: split struct cfg80211_ap_settingsJohannes Berg4-13/+12
2023-09-25wifi: mac80211: ethtool: always hold wiphy mutexJohannes Berg1-1/+8
2023-09-25wifi: mac80211: work around Cisco AP 9115 VHT MPDU lengthJohannes Berg6-7/+44
2023-09-25wifi: cfg80211: Fix 6GHz scan configurationIlan Peer1-0/+4
2023-09-25wifi: cfg80211: make read-only array centers_80mhz static constColin Ian King1-1/+1
2023-09-25wifi: mac80211: fix potential key leakJohannes Berg1-5/+15
2023-09-25wifi: mac80211: fix potential key use-after-freeJohannes Berg2-1/+4
2023-09-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni25-192/+266
2023-09-21Merge tag 'net-6.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds24-187/+257
2023-09-21vsock/virtio: MSG_ZEROCOPY flag supportArseniy Krasnov2-58/+224
2023-09-21vsock/virtio: non-linear skb handling for tapArseniy Krasnov1-3/+28
2023-09-21vsock/virtio: support to send non-linear skbArseniy Krasnov1-7/+53
2023-09-21vsock/virtio/vhost: read data from non-linear skbArseniy Krasnov1-13/+19
2023-09-21Merge tag 'nf-23-09-20' of https://git.kernel.org/pub/scm/linux/kernel/git/ne...Paolo Abeni2-4/+22
2023-09-20Bluetooth: hci_codec: Fix leaking content of local_codecsLuiz Augusto von Dentz3-0/+3
2023-09-20Bluetooth: hci_core: Fix build warningsLuiz Augusto von Dentz1-3/+5
2023-09-20Bluetooth: Avoid redundant authenticationYing Hsu1-28/+35
2023-09-20Bluetooth: ISO: Fix handling of listen for unicastLuiz Augusto von Dentz1-3/+6
2023-09-20Bluetooth: Fix hci_link_tx_to RCU lock usageYing Hsu1-0/+5
2023-09-20Bluetooth: hci_sync: Fix handling of HCI_QUIRK_STRICT_DUPLICATE_FILTERLuiz Augusto von Dentz1-9/+4
2023-09-20Bluetooth: Delete unused hci_req_prepare_suspend() declarationYao Xiao1-2/+0
2023-09-20net/handshake: Fix memory leak in __sock_create() and sock_alloc_file()Jinjie Ruan1-7/+7
2023-09-20wifi: cfg80211: make read-only array centers_80mhz static constColin Ian King1-1/+1
2023-09-20netfilter: ipset: Fix race between IPSET_CMD_CREATE and IPSET_CMD_SWAPJozsef Kadlecsik1-2/+10
2023-09-20netfilter: nf_tables: fix memleak when more than 255 elements expiredFlorian Westphal1-2/+8
2023-09-20netfilter: nf_tables: disable toggling dormant table state more than onceFlorian Westphal1-0/+4
2023-09-20net: rds: Fix possible NULL-pointer dereferenceArtem Chernyshev1-5/+7
2023-09-19ipv6: lockless IPV6_ADDR_PREFERENCES implementationEric Dumazet3-11/+12
2023-09-19net: bridge: use DEV_STATS_INC()Eric Dumazet2-4/+4
2023-09-18Merge tag 'nfs-for-6.6-2' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds1-5/+9
2023-09-18ax25: Kconfig: Update link for linux-ax25.orgPeter Lafreniere1-8/+8
2023-09-18mptcp: fix dangling connection hang-upPaolo Abeni3-44/+65
2023-09-18mptcp: rename timer related helper to less confusing namesPaolo Abeni3-23/+23
2023-09-18mptcp: process pending subflow error on closePaolo Abeni1-29/+34
2023-09-18mptcp: move __mptcp_error_report in protocol.cPaolo Abeni2-36/+36
2023-09-18mptcp: fix bogus receive window shrinkage with multiple subflowsPaolo Abeni1-2/+3
2023-09-18ceph: Annotate struct ceph_monmap with __counted_byKees Cook1-1/+1
2023-09-18tipc: Use size_add() in calls to struct_size()Gustavo A. R. Silva1-2/+2
2023-09-18tls: Use size_add() in call to struct_size()Gustavo A. R. Silva1-1/+1
2023-09-18wifi: cfg80211: save power spectral density(psd) of regulatory ruleWen Gong2-0/+26
2023-09-18rfkill: sync before userspace visibility/changesJohannes Berg1-6/+26
2023-09-18net: hsr: Add __packed to struct hsr_sup_tlv.Sebastian Andrzej Siewior1-1/+1
2023-09-18net: hsr: Properly parse HSRv1 supervisor frames.Lukasz Majewski1-2/+2
2023-09-18dccp: fix dccp_v4_err()/dccp_v6_err() againEric Dumazet2-14/+4
2023-09-18ncsi: Propagate carrier gain/loss events to the NCSI controllerJohnathan Mantey1-0/+5
2023-09-17ipv4: fix null-deref in ipv4_link_failureKyle Zeng1-1/+3
2023-09-17Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller4-4/+17
2023-09-17devlink: introduce possibility to expose info about nested devlinksJiri Pirko3-0/+52
2023-09-17devlink: convert linecard nested devlink to new rel infrastructureJiri Pirko1-13/+34
2023-09-17devlink: expose peer SF devlink instanceJiri Pirko1-0/+51
2023-09-17devlink: introduce object and nested devlink relationship infraJiri Pirko3-0/+233
2023-09-17devlink: extend devlink_nl_put_nested_handle() with attrtype argJiri Pirko3-4/+5
2023-09-17devlink: move devlink_nl_put_nested_handle() into netlink.cJiri Pirko3-26/+28
2023-09-17devlink: put netnsid to nested handleJiri Pirko1-2/+11
2023-09-17devlink: move linecard struct into linecard.cJiri Pirko3-15/+22
2023-09-17netdev: expose DPLL pin handle for netdeviceJiri Pirko2-0/+58
2023-09-16tcp: new TCP_INFO stats for RTO eventsAananth V4-2/+43
2023-09-16tcp: call tcp_try_undo_recovery when an RTOd TFO SYNACK is ACKedAananth V1-4/+5
2023-09-16net: core: Use the bitmap API to allocate bitmapsAndy Shevchenko1-3/+3
2023-09-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller1-0/+2
2023-09-16net: add truesize debug checks in skb_{add|coalesce}_rx_frag()Eric Dumazet1-0/+4
2023-09-16net: use indirect call helpers for sk->sk_prot->release_cb()Eric Dumazet1-2/+5
2023-09-15bpf: expose information about supported xdp metadata kfuncStanislav Fomichev2-3/+13
2023-09-15bpf: make it easier to add new metadata kfuncStanislav Fomichev1-2/+2
2023-09-15xsk: add multi-buffer support for sockets sharing umemTirthendu Sarkar2-1/+4
2023-09-15netfilter, bpf: Adjust timeouts of non-confirmed CTs in bpf_ct_insert_entry()Ilya Leoshkevich1-0/+2
2023-09-15Merge tag 'nf-23-09-13' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...David S. Miller5-34/+58
2023-09-15tcp: indent an if statementDan Carpenter1-1/+1
2023-09-15net/core: Fix ETH_P_1588 flow dissectorSasha Neftin1-1/+1
2023-09-15ipv6: lockless IPV6_FLOWINFO_SEND implementationEric Dumazet11-21/+21
2023-09-15ipv6: lockless IPV6_MTU_DISCOVER implementationEric Dumazet5-14/+13
2023-09-15ipv6: lockless IPV6_ROUTER_ALERT_ISOLATE implementationEric Dumazet2-9/+7
2023-09-15ipv6: move np->repflow to atomic flagsEric Dumazet4-14/+13
2023-09-15ipv6: lockless IPV6_RECVERR implemetationEric Dumazet8-27/+22
2023-09-15ipv6: lockless IPV6_DONTFRAG implementationEric Dumazet7-12/+11
2023-09-15ipv6: lockless IPV6_AUTOFLOWLABEL implementationEric Dumazet2-13/+10
2023-09-15ipv6: lockless IPV6_MULTICAST_ALL implementationEric Dumazet3-10/+8
2023-09-15ipv6: lockless IPV6_RECVERR_RFC4884 implementationEric Dumazet2-10/+9
2023-09-15ipv6: lockless IPV6_MINHOPCOUNT implementationEric Dumazet1-16/+15
2023-09-15ipv6: lockless IPV6_MTU implementationEric Dumazet2-16/+18
2023-09-15ipv6: lockless IPV6_MULTICAST_HOPS implementationEric Dumazet4-16/+19
2023-09-15ipv6: lockless IPV6_MULTICAST_LOOP implementationEric Dumazet5-20/+14
2023-09-15ipv6: lockless IPV6_UNICAST_HOPS implementationEric Dumazet4-12/+14
2023-09-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni3-25/+30
2023-09-14ipv6: mcast: Remove redundant comparison in igmp6_mcf_get_next()Gavrilov Ilia1-2/+0
2023-09-14ipv4: igmp: Remove redundant comparison in igmp_mcf_get_next()Gavrilov Ilia1-2/+0
2023-09-14udplite: fix various data-racesEric Dumazet2-14/+16