summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2024-08-11l2tp: l2tp_eth: use per-cpu counters from dev->tstatsJames Chapman
2024-08-11l2tp: improve tunnel/session refcount helpersJames Chapman
2024-08-11l2tp: use get_next APIs for management requests and procfs/debugfsJames Chapman
2024-08-11l2tp: add tunnel/session get_next helpersJames Chapman
2024-08-11l2tp: handle hash key collisions in l2tp_v3_session_getJames Chapman
2024-08-11l2tp: move l2tp_ip and l2tp_ip6 data to pernetJames Chapman
2024-08-11l2tp: remove inline from functions in c sourcesJames Chapman
2024-08-09ethtool: refactor checking max channelsMina Almasry
2024-08-09net: rds: add option for GCOV profilingVegard Nossum
2024-08-08net: ethtool: check rxfh_max_num_contexts != 1 at register timeEdward Cree
2024-08-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-08-08ethtool: Fix context creation with no parametersGal Pressman
2024-08-08net: ethtool: fix off-by-one error in max RSS context IDsEdward Cree
2024-08-08l2tp: fix lockdep splatJames Chapman
2024-08-07Merge tag 'for-net-2024-08-07' of git://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski
2024-08-07net/smc: add the max value of fallback reason countZhengchao Shao
2024-08-07Bluetooth: hci_sync: avoid dup filtering when passive scanning with adv monitorAnton Khirnov
2024-08-07Bluetooth: l2cap: always unlock channel in l2cap_conless_channel()Dmitry Antipov
2024-08-07tcp: rstreason: let it work finally in tcp_send_active_reset()Jason Xing
2024-08-07tcp: rstreason: introduce SK_RST_REASON_TCP_DISCONNECT_WITH_DATA for active r...Jason Xing
2024-08-07tcp: rstreason: introduce SK_RST_REASON_TCP_KEEPALIVE_TIMEOUT for active resetJason Xing
2024-08-07tcp: rstreason: introduce SK_RST_REASON_TCP_STATE for active resetJason Xing
2024-08-07tcp: rstreason: introduce SK_RST_REASON_TCP_ABORT_ON_MEMORY for active resetJason Xing
2024-08-07tcp: rstreason: introduce SK_RST_REASON_TCP_ABORT_ON_LINGER for active resetJason Xing
2024-08-07tcp: rstreason: introduce SK_RST_REASON_TCP_ABORT_ON_CLOSE for active resetJason Xing
2024-08-06ethtool: cmis_cdb: Remove unused declaration ethtool_cmis_page_fini()Yue Haibing
2024-08-06tcp: Use clamp() in htcp_alpha_update()Christophe JAILLET
2024-08-06net: linkwatch: use system_unbound_wqEric Dumazet
2024-08-05net: bridge: mcast: wait for previous gc cycles when removing portNikolay Aleksandrov
2024-08-05ipv6: udp: constify 'struct net' parameter of socket lookupsEric Dumazet
2024-08-05inet6: constify 'struct net' parameter of various lookup helpersEric Dumazet
2024-08-05udp: constify 'struct net' parameter of socket lookupsEric Dumazet
2024-08-05inet: constify 'struct net' parameter of various lookup helpersEric Dumazet
2024-08-05inet: constify inet_sk_bound_dev_eq() net parameterEric Dumazet
2024-08-05net: skbuff: sprinkle more __GFP_NOWARN on ingress allocsJakub Kicinski
2024-08-04net/tcp: Disable TCP-AO static key after RCU grace periodDmitry Safonov
2024-08-03net: Initialise net.core sysctl defaults in preinit_net().Kuniyuki Iwashima
2024-08-03net: Slim down setup_net().Kuniyuki Iwashima
2024-08-03net: Call preinit_net() without pernet_ops_rwsem.Kuniyuki Iwashima
2024-08-03net: Initialise net->passive once in preinit_net().Kuniyuki Iwashima
2024-08-03net: Don't register pernet_operations if only one of id or size is specified.Kuniyuki Iwashima
2024-08-03l2tp: Don't assign net->gen->ptr[] for pppol2tp_net_ops.Kuniyuki Iwashima
2024-08-02rxrpc: Remove unused function declarationsYue Haibing
2024-08-02net: core: annotate socks of struct sock_reuseport with __counted_byDmitry Antipov
2024-08-02tipc: guard against string buffer overrunSimon Horman
2024-08-02sctp: Fix null-ptr-deref in reuseport_add_sock().Kuniyuki Iwashima
2024-08-02vsock/virtio: add SIOCOUTQ support for all virtio based transportsLuigi Leonardi
2024-08-02vsock: add support for SIOCOUTQ ioctlLuigi Leonardi
2024-08-01mptcp: pm: do not ignore 'subflow' if 'signal' flag is also setMatthieu Baerts (NGI0)
2024-08-01mptcp: pm: don't try to create sf if alloc failedMatthieu Baerts (NGI0)