inet: move inet->transparent to inet->inet_flags
[platform/kernel/linux-rpi.git] / net /
2023-08-16 Eric Dumazetinet: move inet->transparent to inet->inet_flags
2023-08-16 Eric Dumazetinet: move inet->mc_all to inet->inet_frags
2023-08-16 Eric Dumazetinet: move inet->mc_loop to inet->inet_frags
2023-08-16 Eric Dumazetinet: move inet->hdrincl to inet->inet_flags
2023-08-16 Eric Dumazetinet: move inet->freebind to inet->inet_flags
2023-08-16 Eric Dumazetinet: move inet->recverr_rfc4884 to inet->inet_flags
2023-08-16 Eric Dumazetinet: move inet->recverr to inet->inet_flags
2023-08-16 Eric Dumazetinet: set/get simple options locklessly
2023-08-16 Eric Dumazetinet: introduce inet->inet_flags
2023-08-16 Jakub KicinskiMerge tag 'mlx5-updates-2023-08-14' of git://git./linux...
2023-08-16 Jakub KicinskiMerge branch 'net-warn-about-attempts-to-register-negat...
2023-08-16 Jakub Kicinskinet: warn about attempts to register negative ifindex
2023-08-16 Jakub KicinskiMerge branch 'nexthop-various-cleanups'
2023-08-16 Ido Schimmelnexthop: Do not increment dump sentinel at the end...
2023-08-16 Ido Schimmelnexthop: Simplify nexthop bucket dump
2023-08-16 Jakub KicinskiMerge branch 'seg6-add-next-c-sid-support-for-srv6...
2023-08-16 Andrea Mayerseg6: add NEXT-C-SID support for SRv6 End.X behavior
2023-08-15 Jakub KicinskiMerge branch 'genetlink-provide-struct-genl_info-to...
2023-08-15 Jakub Kicinskiethtool: netlink: always pass genl_info to .prepare_data
2023-08-15 Jakub Kicinskiethtool: netlink: simplify arguments to ethnl_default_p...
2023-08-15 Jakub Kicinskinetdev-genl: use struct genl_info for reply construction
2023-08-15 Jakub Kicinskigenetlink: add a family pointer to struct genl_info
2023-08-15 Jakub Kicinskigenetlink: use attrs from struct genl_info
2023-08-15 Jakub Kicinskigenetlink: add struct genl_info to struct genl_dumpit_info
2023-08-15 Jakub Kicinskigenetlink: remove userhdr from struct genl_info
2023-08-15 Jakub Kicinskigenetlink: make genl_info->nlhdr const
2023-08-15 Jakub Kicinskigenetlink: push conditional locking into dumpit/done
2023-08-14 Jakub KicinskiMerge branch 'devlink-introduce-selective-dumps'
2023-08-14 Jiri Pirkonetlink: specs: devlink: extend health reporter dump...
2023-08-14 Jiri Pirkodevlink: extend health reporter dump selector by port...
2023-08-14 Jiri Pirkonetlink: specs: devlink: extend per-instance dump comma...
2023-08-14 Jiri Pirkodevlink: allow user to narrow per-instance dumps by...
2023-08-14 Jiri Pirkodevlink: remove converted commands from small ops
2023-08-14 Jiri Pirkodevlink: remove duplicate temporary netlink callback...
2023-08-14 Jiri Pirkonetlink: specs: devlink: add commands that do per-insta...
2023-08-14 Jiri Pirkodevlink: pass flags as an arg of dump_one() callback
2023-08-14 Jiri Pirkodevlink: introduce dumpit callbacks for split ops
2023-08-14 Jiri Pirkodevlink: rename doit callbacks for per-instance dump...
2023-08-14 Jiri Pirkodevlink: introduce devlink_nl_pre_doit_port*() helper...
2023-08-14 Jiri Pirkodevlink: parse rate attrs in doit() callbacks
2023-08-14 Jiri Pirkodevlink: parse linecard attr in doit() callbacks
2023-08-14 David S. MillerMerge branch 'ovs-drop-reasons'
2023-08-14 Adrian Morenonet: openvswitch: add misc error drop reasons
2023-08-14 Adrian Morenonet: openvswitch: add meter drop reason
2023-08-14 Eric Garvernet: openvswitch: add explicit drop action
2023-08-14 Adrian Morenonet: openvswitch: add action error drop reason
2023-08-14 Adrian Morenonet: openvswitch: add last-action drop reason
2023-08-14 David S. MillerMerge branch 'mptcp-remove-msk-subflow'
2023-08-14 Kuniyuki Iwashimamptcp: Remove unnecessary test for __mptcp_init_sock()
2023-08-14 Paolo Abenimptcp: get rid of msk->subflow
2023-08-14 Paolo Abenimptcp: change the mpc check helper to return a sk
2023-08-14 Paolo Abenimptcp: avoid ssock usage in mptcp_pm_nl_create_listen_s...
2023-08-14 Paolo Abenimptcp: avoid additional indirection in sockopt
2023-08-14 Paolo Abenimptcp: avoid unneeded indirection in mptcp_stream_accept()
2023-08-14 Paolo Abenimptcp: avoid additional indirection in mptcp_poll()
2023-08-14 Paolo Abenimptcp: avoid additional indirection in mptcp_listen()
2023-08-14 Paolo Abeninet: factor out __inet_listen_sk() helper
2023-08-14 Paolo Abenimptcp: mptcp: avoid additional indirection in mptcp_bind()
2023-08-14 Paolo Abeninet: factor out inet{,6}_bind_sk helpers
2023-08-14 Paolo Abenimptcp: avoid subflow socket usage in mptcp_get_port()
2023-08-14 Paolo Abenimptcp: avoid additional __inet_stream_connect() call
2023-08-14 Paolo Abenimptcp: avoid unneeded mptcp_token_destroy() calls
2023-08-13 David S. MillerMerge tag 'for-net-next-2023-08-11' of git://git./linux...
2023-08-13 Yue Haibingnet/rds: Remove unused function declarations
2023-08-13 Eric Dumazetnetlink: convert nlk->flags to atomic flags
2023-08-13 David S. MillerMerge branch 'tcp-oom-probe'
2023-08-13 Menglong Dongnet: tcp: refactor the dbg message in tcp_retransmit_ti...
2023-08-13 Menglong Dongnet: tcp: fix unexcepted socket die when snd_wnd is 0
2023-08-13 Menglong Dongnet: tcp: allow zero-window ACK update the window
2023-08-13 Menglong Dongnet: tcp: send zero-window ACK when no memory
2023-08-12 Jakub KicinskiMerge branch '40GbE' of git://git./linux/kernel/git...
2023-08-11 Pauli VirtanenBluetooth: hci_conn: avoid checking uninitialized CIG...
2023-08-11 Pauli VirtanenBluetooth: hci_event: drop only unbound CIS if Set...
2023-08-11 Ziyang XuanBluetooth: Remove unnecessary NULL check before vfree()
2023-08-11 Manish MandlikBluetooth: hci_sync: Avoid use-after-free in dbg for...
2023-08-11 Min LiBluetooth: Fix potential use-after-free when clear...
2023-08-11 Luiz Augusto von... Bluetooth: hci_sync: Introduce PTR_UINT/UINT_PTR macros
2023-08-11 Luiz Augusto von... Bluetooth: hci_conn: Fix hci_le_set_cig_params
2023-08-11 Luiz Augusto von... Bluetooth: hci_core: Make hci_is_le_conn_scanning public
2023-08-11 Luiz Augusto von... Bluetooth: hci_conn: Fix not allowing valid CIS ID
2023-08-11 Luiz Augusto von... Bluetooth: hci_conn: Fix modifying handle while aborting
2023-08-11 Luiz Augusto von... Bluetooth: ISO: Fix not checking for valid CIG/CIS IDs
2023-08-11 Luiz Augusto von... Bluetooth: hci_sync: Fix UAF on hci_abort_conn_sync
2023-08-11 Luiz Augusto von... Bluetooth: hci_sync: Fix handling of HCI_OP_CREATE_CONN...
2023-08-11 Pauli VirtanenBluetooth: hci_sync: delete CIS in BT_OPEN/CONNECT...
2023-08-11 Pauli VirtanenBluetooth: ISO: handle bound CIS cleanup via hci_conn
2023-08-11 Yue HaibingBluetooth: Remove unused declaration amp_read_loc_info()
2023-08-11 Luiz Augusto von... Bluetooth: ISO: Add support for BT_PKT_STATUS
2023-08-11 Luiz Augusto von... Bluetooth: af_bluetooth: Make BT_PKT_STATUS generic
2023-08-11 Ying HsuBluetooth: Fix hci_suspend_sync crash
2023-08-11 Christophe JAILLETBluetooth: hci_debugfs: Use kstrtobool() instead of...
2023-08-11 Luiz Augusto von... Bluetooth: MGMT: Fix always using HCI_MAX_AD_LENGTH
2023-08-11 Douglas AndersonBluetooth: hci_sync: Don't double print name in add...
2023-08-11 Dan CarpenterBluetooth: msft: Fix error code in msft_cancel_address_...
2023-08-11 Iulia TanasescuBluetooth: ISO: Notify user space about failed bis...
2023-08-11 Luiz Augusto von... Bluetooth: hci_conn: Always allocate unique handles
2023-08-11 Luiz Augusto von... Bluetooth: hci_sync: Fix not handling ISO_LINK in hci_a...
2023-08-11 Luiz Augusto von... Bluetooth: hci_conn: Consolidate code for aborting...
2023-08-11 Claudia DraghicescuBluetooth: hci_sync: Enable events for BIS capable...
2023-08-11 Hilda WuBluetooth: msft: Extended monitor tracking by address...
next