aboutsummaryrefslogtreecommitdiff
path: root/include/net
AgeCommit message (Expand)AuthorFilesLines
2023-06-06Merge tag 'for-net-2023-06-05' of git://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski2-1/+4
2023-06-06ipv6: rpl: Fix Route of Death.Kuniyuki Iwashima1-3/+0
2023-06-06wifi: mac80211: provide a helper to fetch the medium synchronization delayEmmanuel Grumbach1-0/+3
2023-06-06wifi: mac80211: fetch and store the EML capability informationEmmanuel Grumbach1-0/+2
2023-06-06gro: decrease size of CBRichard Gobert1-10/+16
2023-06-06Merge tag 'v6.4-rc4' into wpan-next/stagingMiquel Raynal47-686/+1318
2023-06-05Bluetooth: ISO: use correct CIS order in Set CIG Parameters eventPauli Virtanen1-1/+2
2023-06-05Bluetooth: fix debugfs registrationJohan Hovold1-0/+1
2023-06-05Bluetooth: hci_sync: add lock to protect HCI_UNREGISTERZhengping Jiang1-0/+1
2023-06-02net/ipv6: convert skip_notify_on_dev_down sysctl to u8Eric Dumazet1-1/+1
2023-06-02net/ipv6: fix bool/int mismatch for skip_notify_on_dev_downEric Dumazet1-1/+1
2023-06-02ipv4: Drop tos parameter from flowi4_update_output()Guillaume Nault2-6/+3
2023-06-02net/ipv4: ping_group_range: allow GID from 2147483648 to 4294967294Akihiro Suda1-5/+1
2023-06-01devlink: bring port new reply backJiri Pirko1-1/+3
2023-06-01neighbour: fix unaligned access to pneigh_entryQingfang DENG1-1/+1
2023-06-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-2/+5
2023-06-01RDMA/mana_ib: Use v2 version of cfg_rx_steer_req to enable RX coalescingLong Li1-1/+3
2023-06-01tcp: fix mishandling when the sack compression is deferred.fuyuanli1-0/+1
2023-05-31net/sched: taprio: add netlink reporting for offload statistics countersVladimir Oltean1-8/+39
2023-05-31net/sched: taprio: replace tc_taprio_qopt_offload :: enable with a "cmd" enumVladimir Oltean1-1/+6
2023-05-31net: Make gro complete function to return voidParav Pandit1-1/+1
2023-05-30flow_dissector: Dissect layer 2 miss from tc skb extensionIdo Schimmel1-0/+2
2023-05-30devlink: move port_del() to devlink_port_opsJiri Pirko1-17/+5
2023-05-30devlink: move port_fn_state_get/set() to devlink_port_opsJiri Pirko1-30/+15
2023-05-30devlink: move port_fn_migratable_get/set() to devlink_port_opsJiri Pirko1-21/+14
2023-05-30devlink: move port_fn_roce_get/set() to devlink_port_opsJiri Pirko1-18/+13
2023-05-30devlink: move port_fn_hw_addr_get/set() to devlink_port_opsJiri Pirko1-22/+16
2023-05-30devlink: move port_type_set() op into devlink_port_opsJiri Pirko1-2/+3
2023-05-30devlink: move port_split/unsplit() ops into devlink_port_opsJiri Pirko1-4/+7
2023-05-30devlink: introduce port ops placeholderJiri Pirko1-6/+35
2023-05-30net: mana: Fix perf regression: remove rx_cqes, tx_cqes countersHaiyang Zhang1-2/+0
2023-05-29tcp: deny tcp_disconnect() when threads are waitingEric Dumazet1-0/+4
2023-05-29devlink: Spelling correctionsSimon Horman1-1/+1
2023-05-26Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski1-1/+0
2023-05-26tcp: remove unused TCP_SYNQ_INTERVAL definitionNeal Cardwell1-2/+0
2023-05-26net: dsa: add support for mac_prepare() and mac_finish() callsRussell King (Oracle)1-0/+6
2023-05-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski6-19/+15
2023-05-25net: ipv4: use consistent txhash in TIME_WAIT and SYN_RECVAntoine Tenart1-1/+1
2023-05-24net/handshake: Enable the SNI extension to work properlyChuck Lever1-0/+1
2023-05-24Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski1-0/+10
2023-05-24devlink: pass devlink_port pointer to ops->port_del() instead of indexJiri Pirko1-2/+2
2023-05-24devlink: remove no longer true locking comment from port_new/del()Jiri Pirko1-4/+0
2023-05-24devlink: remove duplicate port notificationJiri Pirko1-3/+1
2023-05-24raw: Stop using RTO_ONLINK.Guillaume Nault1-5/+0
2023-05-24ping: Stop using RTO_ONLINK.Guillaume Nault1-0/+13
2023-05-23ip: Remove ip_append_page()David Howells1-2/+0
2023-05-23tcp: Fold do_tcp_sendpages() into tcp_sendpage_locked()David Howells1-2/+0
2023-05-23tls: Inline do_tcp_sendpages()David Howells1-1/+1
2023-05-23page_pool: fix inconsistency for page_pool_ring_[un]lock()Yunsheng Lin1-18/+0
2023-05-23bpf, sockmap: Incorrectly handling copied_seqJohn Fastabend1-0/+10