aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2024-10-09ipv4: Link IPv4 address to per-netns hash table.Kuniyuki Iwashima2-0/+2
2024-10-09Fix misspelling of "accept*" in netAlexander Zubkov1-1/+1
2024-10-09ipv4: Convert fib_validate_source() to dscp_t.Guillaume Nault1-1/+2
2024-10-09ipv4: Convert ip_mc_validate_source() to dscp_t.Guillaume Nault1-1/+2
2024-10-09ipv4: Convert ip_route_use_hint() to dscp_t.Guillaume Nault1-2/+2
2024-10-09net: mana: Enable debugfs files for MANA deviceShradha Gupta2-1/+13
2024-10-09ptp: Add support for the AMZNC10C 'vmclock' deviceDavid Woodhouse1-0/+182
2024-10-09net: pcs: xpcs: move definition of struct dw_xpcs to private headerRussell King (Oracle)1-17/+1
2024-10-09net: pcs: xpcs: provide a helper to get the phylink pcs given xpcsRussell King (Oracle)1-0/+1
2024-10-08caif: Remove unused cfsrvl_getphyidDr. David Alan Gilbert1-1/+0
2024-10-08net-timestamp: namespacify the sysctl_tstamp_allow_dataJason Xing2-2/+1
2024-10-08rtnetlink: Add assertion helpers for per-netns RTNL.Kuniyuki Iwashima1-4/+41
2024-10-08rtnetlink: Add per-netns RTNL.Kuniyuki Iwashima2-0/+25
2024-10-08Revert "rtnetlink: add guard for RTNL"Kuniyuki Iwashima1-3/+0
2024-10-08net: phy: Add support for PHY timing-role configuration via device treeOleksij Rempel1-0/+1
2024-10-07ipv4: remove fib_info_devhash[]Eric Dumazet1-0/+3
2024-10-07net: dsa: remove obsolete phylink dsa_switch operationsRussell King (Oracle)1-15/+0
2024-10-04net_sched: sch_fq: add the ability to offload pacingJeffrey Ji1-0/+2
2024-10-04net: add IFLA_MAX_PACING_OFFLOAD_HORIZON device attributeEric Dumazet2-0/+5
2024-10-04tcp: add a fast path in tcp_delack_timer()Eric Dumazet1-2/+3
2024-10-04tcp: annotate data-races around icsk->icsk_pendingEric Dumazet1-2/+2
2024-10-04net_tstamp: add SCM_TS_OPT_ID for RAW socketsVadim Fedorenko1-9/+18
2024-10-04net_tstamp: add SCM_TS_OPT_ID to provide OPT_ID in control messageVadim Fedorenko3-1/+12
2024-10-04net/mlx5: hw counters: Remove mlx5_fc_create_exCosmin Ratiu1-3/+0
2024-10-04net/mlx5: hw counters: Make fc_stats & fc_pool privateCosmin Ratiu1-32/+1
2024-10-04appletalk: Remove deadcodeDr. David Alan Gilbert1-8/+0
2024-10-03ipv4: Convert ip_route_input_noref() to dscp_t.Guillaume Nault1-4/+3
2024-10-03ipv4: Convert ip_route_input() to dscp_t.Guillaume Nault2-2/+8
2024-10-03lib: packing: duplicate pack() and unpack() implementationsVladimir Oltean1-2/+2
2024-10-03lib: packing: add pack() and unpack() wrappers over packing()Vladimir Oltean1-0/+6
2024-10-03lib: packing: remove kernel-doc from header fileVladimir Oltean1-26/+0
2024-10-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski77-494/+956
2024-10-03Merge tag 'net-6.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds4-3/+23
2024-10-03Merge tag 'vfs-6.12-rc2.fixes.2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2024-10-03Merge tag 'nf-24-10-02' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Paolo Abeni1-1/+1
2024-10-03net: mana: Increase the DEF_RX_BUFFERS_PER_QUEUE to 1024Shradha Gupta1-1/+1
2024-10-02net: pcs: xpcs: make xpcs_do_config() and xpcs_link_up() internalRussell King (Oracle)1-4/+0
2024-10-02net: pcs: xpcs: drop interface argument from xpcs_create*()Russell King (Oracle)1-4/+2
2024-10-02net: pcs: xpcs: add xpcs_destroy_pcs() and xpcs_create_pcs_mdiodev()Russell King (Oracle)1-0/+3
2024-10-02net: pcs: xpcs: move PCS reset to .pcs_pre_config()Russell King (Oracle)1-0/+1
2024-10-02net: test for not too small csum_start in virtio_net_hdr_to_skb()Eric Dumazet1-1/+3
2024-10-02Merge tag 'mlx5-fixes-2024-09-25' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski1-1/+1
2024-10-02Merge tag 'pull-work.unaligned' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds30-32/+31
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro30-32/+31
2024-10-01folio_queue: fix documentationChristian Brauner1-1/+1
2024-10-01tcp: Fix spelling mistake "emtpy" -> "empty"Colin Ian King1-1/+1
2024-10-01net: Fix gso_features_check to check for both dev->gso_{ipv4_,}max_sizeDaniel Borkmann1-0/+9
2024-10-01net: Add netif_get_gro_max_size helper for GRODaniel Borkmann1-0/+9
2024-09-30Merge tag 'vfs-6.12-rc2.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-1/+170
2024-09-30netfs: Fix the netfs_folio tracepoint to handle NULL mappingDavid Howells1-1/+2