aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2025-01-07net: Hold rtnl_net_lock() in (un)?register_netdevice_notifier_dev_net().Kuniyuki Iwashima1-6/+10
2025-01-07net: Hold rtnl_net_lock() in (un)?register_netdevice_notifier_net().Kuniyuki Iwashima1-4/+6
2025-01-07net: Hold __rtnl_net_lock() in (un)?register_netdevice_notifier().Kuniyuki Iwashima1-2/+13
2025-01-07net: watchdog: rename __dev_watchdog_up() and dev_watchdog_down()Eric Dumazet2-20/+15
2025-01-07tls: Fix tls_sw_sendmsg error handlingBenjamin Coddington1-1/+1
2025-01-07bridge: Make br_is_nd_neigh_msg() accept pointer to "const struct sk_buff"Ted Chen2-2/+2
2025-01-07dev: Hold per-netns RTNL in (un)?register_netdev().Kuniyuki Iwashima1-4/+10
2025-01-07rtnetlink: Add rtnl_net_lock_killable().Kuniyuki Iwashima1-1/+10
2025-01-07xfrm: Support ESN context update to hardware for TXJianbo Liu1-0/+1
2025-01-07net: don't dump Tx and uninitialized NAPIsJakub Kicinski1-2/+3
2025-01-06net: hsr: remove one synchronize_rcu() from hsr_del_port()Eric Dumazet2-3/+2
2025-01-06ax25: rcu protect dev->ax25_ptrEric Dumazet5-14/+29
2025-01-06sctp: Prepare sctp_v4_get_dst() to dscp_t conversion.Guillaume Nault1-3/+7
2025-01-06SUNRPC: no need get cache ref when protected by rcuYang Erkun1-9/+3
2025-01-06SUNRPC: introduce cache_check_rcu to help check in rcu contextYang Erkun1-15/+26
2025-01-06sunrpc: remove all connection limit configurationNeilBrown1-7/+1
2025-01-06nfsd: don't use sv_nrthreads in connection limiting calculations.NeilBrown1-16/+16
2025-01-05netfilter: xt_hashlimit: htable_selective_cleanup() optimizationEric Dumazet1-1/+5
2025-01-05ipvs: speed up reads from ip_vs_conn proc fileFlorian Westphal1-22/+28
2025-01-05netfilter: nf_tables: remove the genmask parametertuqiang1-4/+3
2025-01-04net: corrections for security_secid_to_secctx returnsCasey Schaufler2-8/+10
2025-01-04Merge tag 'ieee802154-for-net-next-2025-01-03' of git://git.kernel.org/pub/scm/linux/kernel/git/wpan/wpan-nextJakub Kicinski2-16/+0
2025-01-04Merge tag 'ieee802154-for-net-2025-01-03' of git://git.kernel.org/pub/scm/linux/kernel/git/wpan/wpanJakub Kicinski1-0/+4
2025-01-04net_sched: cls_flow: validate TCA_FLOW_RSHIFT attributeEric Dumazet1-1/+2
2025-01-04net: 802: LLC+SNAP OID:PID lookup on start of skb dataAntonio Pastor1-2/+2
2025-01-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski16-60/+95
2025-01-03Merge tag 'net-6.13-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds12-45/+62
2025-01-03driver core: Constify API device_find_child() and adapt for various usagesZijun Hu1-1/+1
2025-01-02mptcp: prevent excessive coalescing on receivePaolo Abeni1-0/+1
2025-01-02mptcp: don't always assume copied data in mptcp_cleanup_rbuf()Paolo Abeni1-9/+9
2025-01-02mptcp: fix recvbuffer adjust on sleeping rcvmsgPaolo Abeni1-3/+3
2025-01-02ila: serialize calls to nf_register_net_hooks()Eric Dumazet1-5/+11
2025-01-02af_packet: fix vlan_get_protocol_dgram() vs MSG_PEEKEric Dumazet1-12/+4
2025-01-02af_packet: fix vlan_get_tci() vs MSG_PEEKEric Dumazet1-9/+3
2025-01-02ipv4: remove useless argYu Tian1-6/+5
2025-01-02net: restrict SO_REUSEPORT to inet socketsEric Dumazet1-1/+4
2025-01-02net: reenable NETIF_F_IPV6_CSUM offload for BIG TCP packetsWillem de Bruijn1-1/+3
2025-01-02devlink: Improve the port attributes descriptionParav Pandit1-5/+6
2024-12-31MAINTAINERS: update email address of Marek LinderMarek Lindner1-1/+1
2024-12-30mptcp: fix TCP options overflow.Paolo Abeni1-0/+7
2024-12-30net: mac802154: Remove unused ieee802154_mlme_tx_oneDr. David Alan Gilbert2-16/+0
2024-12-27net: llc: reset skb->transport_headerAntonio Pastor1-1/+1
2024-12-23net: ethtool: Fix suspicious rcu_dereference usageKory Maincent1-1/+4
2024-12-23netlink: correct nlmsg size for multicast notificationsYuyang Huang3-5/+8
2024-12-23net: bridge: add skb drop reasons to the most common drop pointsRadu Rendec2-9/+27
2024-12-23net/sctp: Prevent autoclose integer overflow in sctp_association_init()Nikolay Kuratov1-1/+2
2024-12-23netrom: check buffer length before accessing itIlya Shchipletsov1-0/+6
2024-12-23net: Fix netns for ip_tunnel_init_flow()Xiao Liang1-3/+3
2024-12-23net: fix memory leak in tcp_conn_request()Wang Liang1-0/+1
2024-12-23udp: Deal with race between UDP socket address change and rehashStefano Brivio2-0/+106