summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2023-11-18net/ncsi: Simplify Kconfig/dts control flowPeter Delevoryas
2023-11-18net: ethtool: ts: Let the active time stamping layer be selectableKory Maincent
2023-11-18net: ethtool: ts: Update GET_TS to reply the current selected timestampKory Maincent
2023-11-18net: Change the API of PHY default timestamp to MACKory Maincent
2023-11-18net: Replace hwtstamp_source by timestamping layerKory Maincent
2023-11-18net: ethtool: Add a command to list available time stamping layersKory Maincent
2023-11-18net: ethtool: Add a command to expose current time stamping layerKory Maincent
2023-11-18net: Make dev_set_hwtstamp_phylib accessibleKory Maincent
2023-11-18net: ethtool: Refactor identical get_ts_info implementations.Richard Cochran
2023-11-17rxrpc: Defer the response to a PING ACK until we've parsed itDavid Howells
2023-11-17rxrpc: Fix RTT determination to use any ACK as a sourceDavid Howells
2023-11-17tipc: Remove redundant call to TLV_SPACE()Shigeru Yoshida
2023-11-17rxrpc: Fix some minor issues with bundle tracingDavid Howells
2023-11-16tcp: no longer abort SYN_SENT when receiving some ICMPEric Dumazet
2023-11-16tcp: use tp->total_rto to track number of linear timeouts in SYN_SENT stateEric Dumazet
2023-11-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni
2023-11-16Merge tag 'nf-23-11-15' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Paolo Abeni
2023-11-16net: sched: do not offload flows with a helper in act_ctXin Long
2023-11-15net: Fix undefined behavior in netdev name allocationGal Pressman
2023-11-15net: don't dump stack on queue timeoutJakub Kicinski
2023-11-15Revert ncsi: Propagate carrier gain/loss events to the NCSI controllerJohnathan Mantey
2023-11-14mptcp: fix setsockopt(IP_TOS) subflow lockingPaolo Abeni
2023-11-14mptcp: add validity check for sending RM_ADDRGeliang Tang
2023-11-14mptcp: fix possible NULL pointer dereference on closePaolo Abeni
2023-11-14mptcp: deal with large GSO sizePaolo Abeni
2023-11-14net: dsa: tag_rtl4_a: Use existing ETH_P_REALTEK constantFlorian Fainelli
2023-11-14netfilter: nf_tables: split async and sync catchall in two functionsPablo Neira Ayuso
2023-11-14netfilter: ipset: fix race condition between swap/destroy and kernel side add...Jozsef Kadlecsik
2023-11-14netfilter: nf_tables: bogus ENOENT when destroying element which does not existPablo Neira Ayuso
2023-11-14netfilter: nf_tables: fix pointer math issue in nft_byteorder_eval()Dan Carpenter
2023-11-14netfilter: nf_conntrack_bridge: initialize err to 0Linkui Xiao
2023-11-14netfilter: nft_set_rbtree: Remove unused variable nft_netYang Li
2023-11-14af_unix: fix use-after-free in unix_stream_read_actor()Eric Dumazet
2023-11-14batman-adv: Switch to linux/array_size.hSven Eckelmann
2023-11-14batman-adv: Switch to linux/sprintf.hSven Eckelmann
2023-11-14batman-adv: mcast: shrink tracker packet after scrubbingLinus Lüssing
2023-11-14batman-adv: mcast: implement multicast packet generationLinus Lüssing
2023-11-14batman-adv: mcast: implement multicast packet reception and forwardingLinus Lüssing
2023-11-14batman-adv: Start new development cycleSimon Wunderlich
2023-11-13tipc: Fix kernel-infoleak due to uninitialized TLV valueShigeru Yoshida
2023-11-13net: gso_test: support CONFIG_MAX_SKB_FRAGS up to 45Willem de Bruijn
2023-11-10net: set SOCK_RCU_FREE before inserting socket into hashtableStanislav Fomichev
2023-11-09Merge tag 'net-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2023-11-08net_sched: sch_fq: better validate TCA_FQ_WEIGHTS and TCA_FQ_PRIOMAPEric Dumazet
2023-11-08net: kcm: fill in MODULE_DESCRIPTION()Jakub Kicinski
2023-11-08Merge tag 'nf-23-11-08' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Jakub Kicinski
2023-11-08Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2023-11-08net/sched: act_ct: Always fill offloading tuple iifidxVlad Buslov
2023-11-08Merge tag 'nfs-for-6.7-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2023-11-08netfilter: nat: fix ipv6 nat redirect with mapped and scoped addressesFlorian Westphal