summaryrefslogtreecommitdiffstats
path: root/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* netfilter: x_tables: refactor deprecated strncpyJustin Stitt2023-08-221-3/+2
* netfilter: nft_meta: refactor deprecated strncpyJustin Stitt2023-08-221-3/+3
* netfilter: nft_osf: refactor deprecated strncpyJustin Stitt2023-08-221-3/+3
* netfilter: nf_tables: refactor deprecated strncpyJustin Stitt2023-08-221-1/+1
* netfilter: nf_tables: refactor deprecated strncpyJustin Stitt2023-08-221-1/+1
* netfilter: ipset: refactor deprecated strncpyJustin Stitt2023-08-221-5/+5
* netfilter: ebtables: fix fortify warnings in size_entry_mwt()GONG, Ruiqi2023-08-221-2/+1
* net: remove unnecessary input parameter 'how' in ifdown functionZhengchao Shao2023-08-224-19/+5
* net: annotate data-races around sk->sk_lingertimeEric Dumazet2023-08-215-13/+13
* IPv4: add extack info for IPv4 address add/deleteHangbin Liu2023-08-211-3/+20
* ipv6: do not match device when remove source routeHangbin Liu2023-08-201-5/+2
* net: release reference to inet6_dev pointerPatrick Rohr2023-08-201-1/+1
* net: selectively purge error queue in IP_RECVERR / IPV6_RECVERREric Dumazet2023-08-203-2/+23
* net: add skb_queue_purge_reason and __skb_queue_purge_reasonEric Dumazet2023-08-191-4/+7
* net/smc: Extend SMCR v2 linkgroup netlink attributeGuangguan Wang2023-08-191-0/+4
* net/smc: support max links per lgr negotiation in clc handshakeGuangguan Wang2023-08-196-24/+82
* net/smc: support max connections per lgr negotiationGuangguan Wang2023-08-196-6/+62
* net/smc: support smc v2.x features validateGuangguan Wang2023-08-193-0/+71
* net/smc: add vendor unique experimental options area in clc handshakeGuangguan Wang2023-08-193-24/+37
* net/smc: support smc release version negotiation in clc handshakeGuangguan Wang2023-08-195-13/+51
* tcp: refine skb->ooo_okay settingEric Dumazet2023-08-191-7/+14
* Merge tag 'batadv-next-pullrequest-20230816' of git://git.open-mesh.org/linux...Jakub Kicinski2023-08-1911-221/+28
|\
| * batman-adv: Drop per algo GW section class codeSven Eckelmann2023-08-146-107/+8
| * batman-adv: Keep batadv_netlink_notify_* staticSven Eckelmann2023-08-142-11/+5
| * batman-adv: Drop unused function batadv_gw_bandwidth_setSven Eckelmann2023-08-142-90/+0
| * batman-adv: Check hardif MTU against runtime MTUSven Eckelmann2023-08-031-7/+13
| * batman-adv: Avoid magic value for minimum MTUSven Eckelmann2023-08-031-1/+1
| * batman-adv: Remove unused declarationsYueHaibing2023-08-031-4/+0
| * batman-adv: Start new development cycleSimon Wunderlich2023-08-031-1/+1
* | net: use SLAB_NO_MERGE for kmem_cache skbuff_head_cacheJesper Dangaard Brouer2023-08-181-1/+12
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-08-1819-67/+113
|\ \
| * \ Merge tag 'net-6.5-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-08-1818-67/+110
| |\ \
| | * | sock: Fix misuse of sk_under_memory_pressure()Abel Wu2023-08-171-1/+1
| | * | Merge tag 'nf-23-08-16' of https://git.kernel.org/pub/scm/linux/kernel/git/ne...David S. Miller2023-08-165-29/+66
| | |\ \
| | | * | netfilter: nft_dynset: disallow object mapsPablo Neira Ayuso2023-08-161-0/+3
| | | * | netfilter: nf_tables: GC transaction race with netns dismantlePablo Neira Ayuso2023-08-161-1/+6
| | | * | netfilter: nf_tables: fix GC transaction races with netns and netlink event e...Pablo Neira Ayuso2023-08-161-4/+32
| | | * | ipvs: fix racy memcpy in proc_do_sync_thresholdSishuai Gong2023-08-161-0/+4
| | | * | netfilter: set default timeout to 3 secs for sctp shutdown send and recv stateXin Long2023-08-161-3/+3
| | | * | netfilter: nf_tables: don't fail inserts if duplicate has expiredFlorian Westphal2023-08-161-19/+4
| | | * | netfilter: nf_tables: deactivate catchall elements in next generationFlorian Westphal2023-08-161-0/+1
| | | * | netfilter: nf_tables: fix kdoc warnings after gc reworkFlorian Westphal2023-08-161-1/+1
| | | * | netfilter: nf_tables: fix false-positive lockdep splatFlorian Westphal2023-08-161-1/+12
| | * | | ipv6: fix indentation of a config attributePrasad Pandit2023-08-161-1/+1
| | * | | Merge tag 'ipsec-2023-08-15' of git://git.kernel.org/pub/scm/linux/kernel/git...David S. Miller2023-08-168-30/+33
| | |\ \ \
| | | * | | xfrm: don't skip free of empty state in acquire policyLeon Romanovsky2023-08-011-6/+2
| | | * | | xfrm: delete offloaded policyLeon Romanovsky2023-08-011-0/+1
| | | * | | xfrm: add forgotten nla_policy for XFRMA_MTIMER_THRESHLin Ma2023-07-311-0/+1
| | | * | | xfrm: add NULL check in xfrm_update_ae_paramsLin Ma2023-07-311-1/+1
| | | * | | ip_vti: fix potential slab-use-after-free in decode_session6Zhengchao Shao2023-07-111-2/+2