aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2025-04-14net: pktgen: fix code style (WARNING: Block comments)Peter Seiderer1-16/+23
2025-04-14net: pktgen: fix code style (WARNING: suspect code indent for conditional sta...Peter Seiderer1-1/+1
2025-04-14net: pktgen: fix code style (ERROR: space prohibited after that '&')Peter Seiderer1-1/+1
2025-04-14net: pktgen: fix code style (ERROR: "foo * bar" should be "foo *bar")Peter Seiderer1-4/+4
2025-04-14net: convert dev->rtnl_link_state to a boolJakub Kicinski2-11/+10
2025-04-14udp: properly deal with xfrm encap and ADDRFORMPaolo Abeni2-5/+28
2025-04-14net: hsr: sync hw addr of slave2 according to slave1 hw addr on PRPFernando Fernandez Mancera4-0/+17
2025-04-11tcp: Rename tcp_or_dccp_get_hashinfo().Kuniyuki Iwashima2-11/+12
2025-04-11net: Unexport shared functions for DCCP.Kuniyuki Iwashima6-47/+20
2025-04-11net: Retire DCCP socket.Kuniyuki Iwashima43-13586/+4
2025-04-11sock: Correct error checking condition for (assign|release)_proto_idx()Zijun Hu1-2/+2
2025-04-10ipv4: remove unnecessary judgment in ip_route_output_key_hash_rcuZhengchao Shao1-2/+1
2025-04-10trace: tcp: Add tracepoint for tcp_sendmsg_locked()Breno Leitao1-0/+2
2025-04-10tcp: add LINUX_MIB_PAWS_TW_REJECTED counterJiayuan Chen2-1/+2
2025-04-10tcp: add TCP_RFC7323_TW_PAWS drop reasonJiayuan Chen3-4/+9
2025-04-10af_unix: Remove unix_unhash()Michal Luczaj1-8/+0
2025-04-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski123-389/+495
2025-04-10Merge tag 'net-6.15-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds29-121/+228
2025-04-10ethtool: cmis_cdb: Fix incorrect read / write length extensionIdo Schimmel2-16/+3
2025-04-10nft_set_pipapo: fix incorrect avx2 match of 5th field octetFlorian Westphal1-1/+2
2025-04-09net: bridge: Prevent unicast ARP/NS packets from being suppressed by bridgeAmit Cohen1-0/+7
2025-04-09net: Fix null-ptr-deref by sock_lock_init_class_and_name() and rmmod.Kuniyuki Iwashima1-0/+5
2025-04-09ipv6: Align behavior across nexthops during path selectionIdo Schimmel1-4/+4
2025-04-09netdev: depend on netdev->lock for qstats in ops locked driversJakub Kicinski1-12/+17
2025-04-09netdev: depend on netdev->lock for xdp featuresJakub Kicinski1-14/+12
2025-04-09xdp: double protect netdev->xdp_flags with netdev->lockJakub Kicinski2-2/+12
2025-04-09netdev: don't hold rtnl_lock over nl queue info get when possibleJakub Kicinski1-11/+7
2025-04-09netdev: add "ops compat locking" helpersJakub Kicinski2-0/+66
2025-04-09net: designate XSK pool pointers in queues as "ops protected"Jakub Kicinski1-1/+5
2025-04-09net: avoid potential race between netdev_get_by_index_lock() and netns switchJakub Kicinski2-8/+19
2025-04-09net_sched: sch_sfq: move the limit validationOctavian Purdila1-4/+6
2025-04-09net_sched: sch_sfq: use a temporary work area for validating configurationOctavian Purdila1-12/+44
2025-04-08net: Drop unused @sk of __skb_try_recv_from_queue()Michal Luczaj2-7/+6
2025-04-08udp_tunnel: use static call for GRO hooks when possiblePaolo Abeni1-1/+134
2025-04-08udp_tunnel: create a fastpath GRO lookup.Paolo Abeni5-1/+69
2025-04-08mptcp: only inc MPJoinAckHMacFailure for HMAC failuresMatthieu Baerts (NGI0)1-2/+6
2025-04-08rtnetlink: Fix bad unlock balance in do_setlink().Kuniyuki Iwashima1-1/+1
2025-04-08net: rps: remove kfree_rcu_mightsleep() useEric Dumazet2-2/+3
2025-04-08net: add data-race annotations in softnet_seq_show()Eric Dumazet2-5/+7
2025-04-08net: rps: annotate data-races around (struct sd_flow_limit)->countEric Dumazet3-3/+5
2025-04-08net: rps: change skb_flow_limit() hash functionEric Dumazet3-3/+3
2025-04-08Merge tag 'crc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds7-8/+8
2025-04-08net: ethtool: Don't call .cleanup_data when prepare_data failsMaxime Chevallier1-3/+5
2025-04-08tc: Ensure we have enough buffer space when sending filter netlink notificationsToke Høiland-Jørgensen1-21/+45
2025-04-08net: tls: explicitly disallow disconnectJakub Kicinski1-0/+6
2025-04-08sctp: detect and prevent references to a freed transport in sendmsgRicardo Cañuelo Navarro2-8/+16
2025-04-08codel: remove sch->q.qlen check before qdisc_tree_reduce_backlog()Cong Wang2-8/+3
2025-04-08sch_ets: make est_qlen_notify() idempotentCong Wang1-4/+4
2025-04-08sch_qfq: make qfq_qlen_notify() idempotentCong Wang1-2/+5
2025-04-08sch_hfsc: make hfsc_qlen_notify() idempotentCong Wang1-2/+6