summaryrefslogtreecommitdiffstats
path: root/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* ipv4: remove fib_info_devhash[]Eric Dumazet2024-10-081-20/+15
* ipv4: remove fib_info_lockEric Dumazet2024-10-081-12/+6
* ipv4: use rcu in ip_fib_check_default()Eric Dumazet2024-10-081-9/+4
* ipv4: remove fib_devindex_hashfn()Eric Dumazet2024-10-081-9/+4
* net: dsa: remove obsolete phylink dsa_switch operationsRussell King (Oracle)2024-10-082-41/+1
* net: tcp: refresh tcp_mstamp for compressed ack in timerMenglong Dong2024-10-081-0/+1
* net_sched: sch_fq: add the ability to offload pacingJeffrey Ji2024-10-051-6/+27
* net: add IFLA_MAX_PACING_OFFLOAD_HORIZON device attributeEric Dumazet2024-10-051-0/+4
* tcp: add a fast path in tcp_delack_timer()Eric Dumazet2024-10-054-4/+15
* tcp: add a fast path in tcp_write_timer()Eric Dumazet2024-10-051-0/+5
* tcp: annotate data-races around icsk->icsk_pendingEric Dumazet2024-10-056-18/+26
* ethtool: rss: fix rss key initialization warningDaniel Zahka2024-10-041-0/+1
* net_tstamp: add SCM_TS_OPT_ID for RAW socketsVadim Fedorenko2024-10-048-12/+13
* net_tstamp: add SCM_TS_OPT_ID to provide OPT_ID in control messageVadim Fedorenko2024-10-043-11/+41
* appletalk: Remove deadcodeDr. David Alan Gilbert2024-10-042-47/+1
* net/rds: remove unused struct 'rds_ib_dereg_odp_mr'Dr. David Alan Gilbert2024-10-041-4/+0
* ipv4: Convert ip_route_input_slow() to dscp_t.Guillaume Nault2024-10-041-8/+10
* ipv4: Convert ip_route_input_rcu() to dscp_t.Guillaume Nault2024-10-041-7/+9
* ipv4: Convert ip_route_input_noref() to dscp_t.Guillaume Nault2024-10-046-10/+11
* ipv4: Convert ip_route_input() to dscp_t.Guillaume Nault2024-10-044-7/+10
* ipv4: Convert icmp_route_lookup() to dscp_t.Guillaume Nault2024-10-041-10/+9
* ipv4: avoid quadratic behavior in FIB insertion of common addressAlexandre Ferrieux2024-10-041-6/+5
* Merge tag 'net-6.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2024-10-0317-54/+98
|\
| * sctp: set sk_state back to CLOSED if autobind fails in sctp_listen_startXin Long2024-10-031-1/+3
| * Merge tag 'nf-24-10-02' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Paolo Abeni2024-10-032-4/+10
| |\
| | * netfilter: nf_tables: prevent nf_skb_duplicated corruptionEric Dumazet2024-09-272-4/+10
| * | net/ncsi: Disable the ncsi work before freeing the associated structureEddie James2024-10-031-0/+2
| * | gso: fix udp gso fraglist segmentation after pull from frag_listWillem de Bruijn2024-10-031-2/+20
| * | bridge: mcast: Fail MDB get request on empty entryIdo Schimmel2024-10-031-1/+1
| * | net: gso: fix tcp fraglist segmentation after pull from frag_listFelix Fietkau2024-10-032-4/+16
| * | Merge tag 'for-net-2024-09-27' of git://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski2024-10-034-26/+22
| |\ \
| | * | Bluetooth: hci_event: Align BR/EDR JUST_WORKS paring with LELuiz Augusto von Dentz2024-09-271-8/+5
| | * | Bluetooth: L2CAP: Fix uaf in l2cap_connectLuiz Augusto von Dentz2024-09-273-9/+3
| | * | Bluetooth: MGMT: Fix possible crash on mgmt_index_removedLuiz Augusto von Dentz2024-09-271-9/+14
| * | | Merge tag 'ieee802154-for-net-2024-09-27' of git://git.kernel.org/pub/scm/lin...Jakub Kicinski2024-10-031-1/+3
| |\ \ \
| | * | | mac802154: Fix potential RCU dereference issue in mac802154_scan_workerJiawei Ye2024-09-241-1/+3
| * | | | ipv4: ip_gre: Fix drops of small packets in ipgre_xmitAnton Danilov2024-10-011-3/+3
| * | | | net: add more sanity checks to qdisc_pkt_len_init()Eric Dumazet2024-10-011-3/+7
| * | | | net: avoid potential underflow in qdisc_pkt_len_init() with UFOEric Dumazet2024-10-011-1/+1
| * | | | net: Fix gso_features_check to check for both dev->gso_{ipv4_,}max_sizeDaniel Borkmann2024-10-011-1/+1
| * | | | net: Add netif_get_gro_max_size helper for GRODaniel Borkmann2024-10-011-7/+2
| * | | | net: dsa: improve shutdown sequenceVladimir Oltean2024-10-011-0/+7
| | |/ / | |/| |
* | | | move asm/unaligned.h to linux/unaligned.hAl Viro2024-10-0256-56/+56
* | | | Merge tag 'ceph-for-6.12-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds2024-09-281-1/+1
|\ \ \ \
| * | | | libceph: use min() to simplify code in ceph_dns_resolve_name()Li Zetao2024-08-271-1/+1
* | | | | [tree-wide] finally take no_llseek outAl Viro2024-09-275-9/+0
| |/ / / |/| | |
* | | | Merge tag 'net-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2024-09-2614-138/+201
|\ \ \ \ | | |_|/ | |/| |
| * | | Merge tag 'nf-24-09-26' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Paolo Abeni2024-09-2612-125/+197
| |\ \ \
| | * | | netfilter: nfnetlink_queue: remove old clash resolution logicFlorian Westphal2024-09-262-86/+0
| | * | | netfilter: nf_tables: missing objects with no memcg accountingPablo Neira Ayuso2024-09-267-15/+17