summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net: Change the API of PHY default timestamp to MACKory Maincent2023-11-184-16/+52
* net: Replace hwtstamp_source by timestamping layerKory Maincent2023-11-181-1/+1
* net: ethtool: Add a command to list available time stamping layersKory Maincent2023-11-183-0/+84
* net: ethtool: Add a command to expose current time stamping layerKory Maincent2023-11-185-1/+102
* net: Make dev_set_hwtstamp_phylib accessibleKory Maincent2023-11-181-3/+4
* net: ethtool: Refactor identical get_ts_info implementations.Richard Cochran2023-11-182-14/+7
* tipc: Remove redundant call to TLV_SPACE()Shigeru Yoshida2023-11-171-1/+1
* tcp: no longer abort SYN_SENT when receiving some ICMPEric Dumazet2023-11-162-3/+12
* tcp: use tp->total_rto to track number of linear timeouts in SYN_SENT stateEric Dumazet2023-11-161-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2023-11-1616-65/+77
|\
| * Merge tag 'nf-23-11-15' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Paolo Abeni2023-11-166-40/+45
| |\
| | * netfilter: nf_tables: split async and sync catchall in two functionsPablo Neira Ayuso2023-11-141-25/+30
| | * netfilter: ipset: fix race condition between swap/destroy and kernel side add...Jozsef Kadlecsik2023-11-141-7/+7
| | * netfilter: nf_tables: bogus ENOENT when destroying element which does not existPablo Neira Ayuso2023-11-141-2/+3
| | * netfilter: nf_tables: fix pointer math issue in nft_byteorder_eval()Dan Carpenter2023-11-142-3/+4
| | * netfilter: nf_conntrack_bridge: initialize err to 0Linkui Xiao2023-11-141-1/+1
| | * netfilter: nft_set_rbtree: Remove unused variable nft_netYang Li2023-11-141-2/+0
| * | net: sched: do not offload flows with a helper in act_ctXin Long2023-11-161-0/+3
| * | net: Fix undefined behavior in netdev name allocationGal Pressman2023-11-151-1/+3
| * | Revert ncsi: Propagate carrier gain/loss events to the NCSI controllerJohnathan Mantey2023-11-151-5/+0
| * | mptcp: fix setsockopt(IP_TOS) subflow lockingPaolo Abeni2023-11-141-0/+3
| * | mptcp: add validity check for sending RM_ADDRGeliang Tang2023-11-141-2/+3
| * | mptcp: fix possible NULL pointer dereference on closePaolo Abeni2023-11-141-3/+4
| * | mptcp: deal with large GSO sizePaolo Abeni2023-11-141-0/+4
| |/
| * af_unix: fix use-after-free in unix_stream_read_actor()Eric Dumazet2023-11-141-4/+5
| * tipc: Fix kernel-infoleak due to uninitialized TLV valueShigeru Yoshida2023-11-131-0/+1
| * net: gso_test: support CONFIG_MAX_SKB_FRAGS up to 45Willem de Bruijn2023-11-131-9/+5
| * net: set SOCK_RCU_FREE before inserting socket into hashtableStanislav Fomichev2023-11-101-1/+1
* | net: don't dump stack on queue timeoutJakub Kicinski2023-11-151-2/+3
* | net: dsa: tag_rtl4_a: Use existing ETH_P_REALTEK constantFlorian Fainelli2023-11-141-3/+2
|/
* Merge tag 'net-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-11-09106-136/+272
|\
| * net_sched: sch_fq: better validate TCA_FQ_WEIGHTS and TCA_FQ_PRIOMAPEric Dumazet2023-11-081-8/+2
| * net: kcm: fill in MODULE_DESCRIPTION()Jakub Kicinski2023-11-081-0/+1
| * Merge tag 'nf-23-11-08' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Jakub Kicinski2023-11-0840-7/+82
| |\
| | * netfilter: nat: fix ipv6 nat redirect with mapped and scoped addressesFlorian Westphal2023-11-081-1/+26
| | * netfilter: xt_recent: fix (increase) ipv6 literal buffer lengthMaciej Żenczykowski2023-11-081-1/+1
| | * ipvs: add missing module descriptionsFlorian Westphal2023-11-0816-0/+16
| | * netfilter: nf_tables: remove catchall element in GC sync pathPablo Neira Ayuso2023-11-081-5/+17
| | * netfilter: add missing module descriptionsFlorian Westphal2023-11-0822-0/+22
| * | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-11-088-39/+19
| |\ \
| | * | bpf: Add __bpf_hook_{start,end} macrosDave Marchevsky2023-11-011-6/+2
| | * | bpf: Add __bpf_kfunc_{start,end}_defs macrosDave Marchevsky2023-11-017-33/+17
| * | | net/sched: act_ct: Always fill offloading tuple iifidxVlad Buslov2023-11-082-2/+15
| * | | virtio/vsock: Fix uninit-value in virtio_transport_recv_pkt()Shigeru Yoshida2023-11-071-0/+2
| * | | vsock/virtio: remove socket from connected/bound list on shutdownFilippo Storniolo2023-11-071-5/+11
| * | | tcp: Fix -Wc23-extensions in tcp_options_write()Nathan Chancellor2023-11-071-31/+39
| * | | net/smc: put sk reference if close work was canceledD. Wythe2023-11-061-1/+2
| * | | net/smc: allow cdc msg send rather than drop it with NULL sndbuf_descD. Wythe2023-11-061-5/+4
| * | | net/smc: fix dangling sock under state SMC_APPFINCLOSEWAITD. Wythe2023-11-064-4/+9
| | |/ | |/|
| * | tcp: Fix SYN option room calculation for TCP-AO.Kuniyuki Iwashima2023-11-061-2/+3