summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2023-10-23tcp: add support for usec resolution in TCP TS valuesEric Dumazet
2023-10-23tcp: add tcp_rtt_tsopt_us()Eric Dumazet
2023-10-23tcp: rename tcp_time_stamp() to tcp_time_stamp_ts()Eric Dumazet
2023-10-23tcp: move tcp_ns_to_ts() to net/ipv4/syncookies.cEric Dumazet
2023-10-23tcp: rename tcp_skb_timestamp()Eric Dumazet
2023-10-23tcp: replace tcp_time_stamp_raw()Eric Dumazet
2023-10-23tcp: introduce tcp_clock_ms()Eric Dumazet
2023-10-23tcp: add tcp_time_stamp_ms() helperEric Dumazet
2023-10-23tcp: fix cookie_init_timestamp() overflowsEric Dumazet
2023-10-23ipv6: add new arguments to udp_tunnel6_dst_lookup()Beniamino Galvani
2023-10-23ipv6: remove "proto" argument from udp_tunnel6_dst_lookup()Beniamino Galvani
2023-10-23ipv6: rename and move ip6_dst_lookup_tunnel()Beniamino Galvani
2023-10-23net: atm: Remove redundant check.Gavrilov Ilia
2023-10-20ethtool: untangle the linkmode and ethtool headersJakub Kicinski
2023-10-20net: fix IPSTATS_MIB_OUTPKGS increment in OutForwDatagrams.Heng Guo
2023-10-20netlink: add variable-length / auto integersJakub Kicinski
2023-10-20devlink: convert most of devlink_fmsg_*() to return voidPrzemek Kitszel
2023-10-20devlink: retain error in struct devlink_fmsgPrzemek Kitszel
2023-10-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-10-19Merge tag 'net-6.6-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2023-10-19Revert "ethtool: Fix mod state of verbose no_mask bitset"Kory Maincent
2023-10-19mptcp: avoid sending RST when closing the initial subflowGeliang Tang
2023-10-19mptcp: more conservative check for zero probesPaolo Abeni
2023-10-19tcp: check mptcp-level constraints for backlog coalescingPaolo Abeni
2023-10-19net: move altnames together with the netdeviceJakub Kicinski
2023-10-19net: avoid UAF on deleted altnameJakub Kicinski
2023-10-19net: check for altname conflicts when changing netdev's netnsJakub Kicinski
2023-10-19net: fix ifname in netlink ntf during netns moveJakub Kicinski
2023-10-19net: introduce napi_is_scheduled helperChristian Marangi
2023-10-19inet: lock the socket in ip_sock_set_tos()Eric Dumazet
2023-10-18Merge tag 'nf-23-10-18' of https://git.kernel.org/pub/scm/linux/kernel/git/ne...Jakub Kicinski
2023-10-18Merge tag 'wireless-2023-10-18' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski
2023-10-18ipv4: fib: annotate races around nh->nh_saddr_genid and nh->nh_saddrEric Dumazet
2023-10-18tcp_bpf: properly release resources on error pathsPaolo Abeni
2023-10-18net/sched: sch_hfsc: upgrade 'rt' to 'sc' when it becomes a inner curvePedro Tammela
2023-10-18tcp: tsq: relax tcp_small_queue_check() when rtx queue contains a single skbEric Dumazet
2023-10-18netfilter: nf_tables: revert do not remove elements if set backend implements...Pablo Neira Ayuso
2023-10-18netfilter: nft_set_rbtree: .deactivate fails if element has expiredPablo Neira Ayuso
2023-10-18netfilter: nf_tables: audit log object reset once per tablePhil Sutter
2023-10-18net: skb_find_text: Ignore patterns extending past 'to'Phil Sutter
2023-10-18net: pktgen: Fix interface flags printingGavrilov Ilia
2023-10-18netfilter: nf_tables: de-constify set commit ops function argumentFlorian Westphal
2023-10-18netfilter: bridge: convert br_netfilter to NF_DROP_REASONFlorian Westphal
2023-10-18netfilter: make nftables drops visible in net dropmonitorFlorian Westphal
2023-10-18netfilter: nf_nat: mask out non-verdict bits when checking return valueFlorian Westphal
2023-10-18netfilter: conntrack: convert nf_conntrack_update to netfilter verdictsFlorian Westphal
2023-10-18netfilter: nf_tables: mask out non-verdict bits when checking return valueFlorian Westphal
2023-10-18netfilter: xt_mangle: only check verdict part of return valueFlorian Westphal
2023-10-18devlink: document devlink_rel_nested_in_notify() functionJiri Pirko
2023-10-18devlink: don't take instance lock for nested handle putJiri Pirko