summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2025-01-07net: Hold rtnl_net_lock() in (un)?register_netdevice_notifier_dev_net().Kuniyuki Iwashima
2025-01-07net: Hold rtnl_net_lock() in (un)?register_netdevice_notifier_net().Kuniyuki Iwashima
2025-01-07net: Hold __rtnl_net_lock() in (un)?register_netdevice_notifier().Kuniyuki Iwashima
2025-01-07net: watchdog: rename __dev_watchdog_up() and dev_watchdog_down()Eric Dumazet
2025-01-07tls: Fix tls_sw_sendmsg error handlingBenjamin Coddington
2025-01-07bridge: Make br_is_nd_neigh_msg() accept pointer to "const struct sk_buff"Ted Chen
2025-01-07dev: Hold per-netns RTNL in (un)?register_netdev().Kuniyuki Iwashima
2025-01-07rtnetlink: Add rtnl_net_lock_killable().Kuniyuki Iwashima
2025-01-07xfrm: Support ESN context update to hardware for TXJianbo Liu
2025-01-07net: don't dump Tx and uninitialized NAPIsJakub Kicinski
2025-01-06net: hsr: remove one synchronize_rcu() from hsr_del_port()Eric Dumazet
2025-01-06ax25: rcu protect dev->ax25_ptrEric Dumazet
2025-01-06sctp: Prepare sctp_v4_get_dst() to dscp_t conversion.Guillaume Nault
2025-01-06SUNRPC: no need get cache ref when protected by rcuYang Erkun
2025-01-06SUNRPC: introduce cache_check_rcu to help check in rcu contextYang Erkun
2025-01-06sunrpc: remove all connection limit configurationNeilBrown
2025-01-06nfsd: don't use sv_nrthreads in connection limiting calculations.NeilBrown
2025-01-05netfilter: xt_hashlimit: htable_selective_cleanup() optimizationEric Dumazet
2025-01-05ipvs: speed up reads from ip_vs_conn proc fileFlorian Westphal
2025-01-05netfilter: nf_tables: remove the genmask parametertuqiang
2025-01-04net: corrections for security_secid_to_secctx returnsCasey Schaufler
2025-01-04Merge tag 'ieee802154-for-net-next-2025-01-03' of git://git.kernel.org/pub/sc...Jakub Kicinski
2025-01-04Merge tag 'ieee802154-for-net-2025-01-03' of git://git.kernel.org/pub/scm/lin...Jakub Kicinski
2025-01-04net_sched: cls_flow: validate TCA_FLOW_RSHIFT attributeEric Dumazet
2025-01-04net: 802: LLC+SNAP OID:PID lookup on start of skb dataAntonio Pastor
2025-01-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-01-03Merge tag 'net-6.13-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2025-01-03driver core: Constify API device_find_child() and adapt for various usagesZijun Hu
2025-01-02mptcp: prevent excessive coalescing on receivePaolo Abeni
2025-01-02mptcp: don't always assume copied data in mptcp_cleanup_rbuf()Paolo Abeni
2025-01-02mptcp: fix recvbuffer adjust on sleeping rcvmsgPaolo Abeni
2025-01-02ila: serialize calls to nf_register_net_hooks()Eric Dumazet
2025-01-02af_packet: fix vlan_get_protocol_dgram() vs MSG_PEEKEric Dumazet
2025-01-02af_packet: fix vlan_get_tci() vs MSG_PEEKEric Dumazet
2025-01-02ipv4: remove useless argYu Tian
2025-01-02net: restrict SO_REUSEPORT to inet socketsEric Dumazet
2025-01-02net: reenable NETIF_F_IPV6_CSUM offload for BIG TCP packetsWillem de Bruijn
2025-01-02devlink: Improve the port attributes descriptionParav Pandit
2024-12-31MAINTAINERS: update email address of Marek LinderMarek Lindner
2024-12-30mptcp: fix TCP options overflow.Paolo Abeni
2024-12-30net: mac802154: Remove unused ieee802154_mlme_tx_oneDr. David Alan Gilbert
2024-12-27net: llc: reset skb->transport_headerAntonio Pastor
2024-12-23net: ethtool: Fix suspicious rcu_dereference usageKory Maincent
2024-12-23netlink: correct nlmsg size for multicast notificationsYuyang Huang
2024-12-23net: bridge: add skb drop reasons to the most common drop pointsRadu Rendec
2024-12-23net/sctp: Prevent autoclose integer overflow in sctp_association_init()Nikolay Kuratov
2024-12-23netrom: check buffer length before accessing itIlya Shchipletsov
2024-12-23net: Fix netns for ip_tunnel_init_flow()Xiao Liang
2024-12-23net: fix memory leak in tcp_conn_request()Wang Liang
2024-12-23udp: Deal with race between UDP socket address change and rehashStefano Brivio