summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2024-04-18udpencap: Remove Obsolete UDP_ENCAP_ESPINUDP_NON_IKE SupportAntony Antony1-1/+1
2024-04-06net: ethtool: Allow passing a phy index for some commandsMaxime Chevallier1-0/+1
2024-04-06net: sfp: Add helper to return the SFP bus nameMaxime Chevallier1-0/+6
2024-04-06net: phy: add helpers to handle sfp phy connect/disconnectMaxime Chevallier1-0/+2
2024-04-06net: sfp: pass the phy_device when disconnecting an sfp module's PHYMaxime Chevallier1-1/+1
2024-04-06net: phy: Introduce ethernet link topology representationMaxime Chevallier5-1/+120
2024-04-06netlink: add nlmsg_consume() and use it in devlink compatJakub Kicinski1-2/+12
2024-04-06net: skbuff: generalize the skb->decrypted bitJakub Kicinski2-6/+13
2024-04-06netlink: specs: ethtool: define header-flags as an enumJakub Kicinski1-6/+5
2024-04-06ethtool: add interface to read Tx hardware timestamping statisticsRahul Rameshbabu2-1/+40
2024-04-06trace: events: cleanup deprecated strncpy usesJustin Stitt3-3/+3
2024-04-06net/mlx5e: Support FEC settings for 100G/lane modesCosmin Ratiu1-2/+18
2024-04-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski15-20/+100
2024-04-05Merge tag 'net-6.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds4-2/+52
2024-04-04Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski1-1/+15
2024-04-04net/mlx5: Skip pages EQ creation for non-page supplier functionJianbo Liu1-1/+3
2024-04-04net/mlx5: Support matching on l4_type for ttc_tableJianbo Liu2-5/+33
2024-04-04net/mlx5: Convert uintX_t to uXGal Pressman1-1/+1
2024-04-04Merge tag 'wireless-next-2024-04-03' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski5-129/+150
2024-04-04net: ethtool: Add impedance mismatch result code to cable testPawel Dembicki1-0/+4
2024-04-04net: phy: marvell: add basic support of 88E308X/88E609X familyPawel Dembicki1-0/+1
2024-04-04net: mana: Fix Rx DMA datasize and skb_over_panicHaiyang Zhang1-1/+0
2024-04-04af_unix: Remove lock dance in unix_peek_fds().Kuniyuki Iwashima1-1/+0
2024-04-04trace: tcp: fully support trace_tcp_send_resetJason Xing1-2/+38
2024-04-04trace: adjust TP_STORE_ADDR_PORTS_SKB() parametersJason Xing3-11/+13
2024-04-03Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-1/+1
2024-04-03netdevice: add DEFINE_FREE() for dev_putJohannes Berg1-0/+2
2024-04-03rtnetlink: add guard for RTNLJohannes Berg1-0/+3
2024-04-03uapi: team: use header file generated from YAML specHangbin Liu1-73/+43
2024-04-03tcp/dccp: complete lockless accesses to sk->sk_max_ack_backlogJason Xing1-1/+1
2024-04-03page_pool: check for PP direct cache locality laterAlexander Lobakin1-6/+6
2024-04-03rhashtable: Improve grammarJonathan Neuschäfer1-5/+5
2024-04-02genetlink: remove linux/genetlink.hJakub Kicinski3-16/+10
2024-04-02netlink: create a new header for internal genetlink symbolsJakub Kicinski1-5/+0
2024-04-02tcp/dccp: do not care about families in inet_twsk_purge()Eric Dumazet2-2/+2
2024-04-02inet: preserve const qualifier in inet_csk()Eric Dumazet4-7/+4
2024-04-01net: rps: move received_rps field to a better locationEric Dumazet1-1/+1
2024-04-01net: rps: add rps_input_queue_head_add() helperEric Dumazet1-2/+7
2024-04-01net: rps: change input_queue_tail_incr_save()Eric Dumazet2-15/+23
2024-04-01net: make softnet_data.dropped an atomic_tEric Dumazet1-1/+2
2024-04-01net: move dev_xmit_recursion() helpers to net/core/dev.hEric Dumazet1-17/+0
2024-04-01net: move kick_defer_list_purge() to net/core/dev.hEric Dumazet1-1/+0
2024-04-01pfcp: always set pfcp metadataMichal Swiatkowski4-0/+93
2024-04-01pfcp: add PFCP moduleWojciech Drewek1-0/+17
2024-04-01ip_tunnel: convert __be16 tunnel flags to bitmapsAlexander Lobakin7-65/+177
2024-04-01ip_tunnel: use a separate struct to store tunnel params in the kernelAlexander Lobakin2-8/+24
2024-04-01bitmap: make bitmap_{get,set}_value8() use bitmap_{read,write}()Alexander Lobakin1-33/+5
2024-04-01bitmap: introduce generic optimized bitmap_size()Alexander Lobakin2-4/+6
2024-04-01linkmode: convert linkmode_{test,set,clear,mod}_bit() to macrosAlexander Lobakin1-23/+4
2024-04-01bitops: let the compiler optimize {__,}assign_bit()Alexander Lobakin1-16/+4