aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-02-20Merge tag 'for-6.3/block-2023-02-16' of git://git.kernel.dk/linuxLinus Torvalds5-35/+20
2023-02-20Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/idmappingLinus Torvalds2-7/+7
2023-02-16devlink: Fix netdev notifier chain corruptionIdo Schimmel2-12/+1
2023-02-15net: mpls: fix stale pointer if allocation fails during device renameJakub Kicinski1-0/+4
2023-02-15net/sched: tcindex: search key must be 16 bitsPedro Tammela1-1/+1
2023-02-14tipc: fix kernel warning when sending SYN messageTung Nguyen1-0/+2
2023-02-14net: use a bounce buffer for copying skb->markEric Dumazet1-3/+6
2023-02-13net/sched: act_ctinfo: use percpu statsPedro Tammela1-3/+3
2023-02-13net: Fix unwanted sign extension in netdev_stats_to_stats64()Felix Riemann1-1/+1
2023-02-13net: openvswitch: fix possible memory leak in ovs_meter_cmd_set()Hangyu Hua1-1/+3
2023-02-13af_key: Fix heap information leakHyunwoo Kim1-1/+1
2023-02-10net: Remove WARN_ON_ONCE(sk->sk_forward_alloc) from sk_stream_kill_queues().Kuniyuki Iwashima2-1/+1
2023-02-10dccp/tcp: Avoid negative sk_forward_alloc by ipv6_pinfo.pktoptions.Kuniyuki Iwashima2-12/+5
2023-02-10net/sched: tcindex: update imperfect hash filters respecting rcuPedro Tammela1-4/+30
2023-02-10sctp: sctp_sock_filter(): avoid list_entry() on possibly empty listPietro Borrello1-3/+1
2023-02-09net: initialize net->notrefcnt_tracker earlierEric Dumazet1-1/+9
2023-02-09ipv6: Fix tcp socket connection with DSCP.Guillaume Nault1-0/+1
2023-02-09ipv6: Fix datagram socket connection with DSCP.Guillaume Nault1-1/+1
2023-02-09rds: rds_rm_zerocopy_callback() use list_first_entry()Pietro Borrello1-3/+3
2023-02-08Merge tag 'ipsec-2023-02-08' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsecJakub Kicinski5-20/+73
2023-02-08mptcp: be careful on subflow status propagation on errorsPaolo Abeni1-1/+9
2023-02-08mptcp: fix locking for in-kernel listener creationPaolo Abeni2-5/+7
2023-02-08mptcp: fix locking for setsockopt corner-casePaolo Abeni1-2/+9
2023-02-08mptcp: do not wait for bare sockets' timeoutPaolo Abeni1-0/+9
2023-02-08txhash: fix sk->sk_txrehash defaultKevin Yang4-4/+4
2023-02-07net: sched: sch: Fix off by one in htb_activate_prios()Dan Carpenter1-1/+1
2023-02-07Merge tag 'linux-can-fixes-for-6.2-20230207' of git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-canJakub Kicinski1-0/+40
2023-02-07can: j1939: do not wait 250 ms if the same addr was already claimedDevid Antonio Filoni1-0/+40
2023-02-07devlink: change port event netdev notifier from per-net to globalJiri Pirko1-3/+6
2023-02-06neigh: make sure used and confirmed times are validJulian Anastasov1-3/+15
2023-02-03libceph: use bvec_set_page to initialize bvecsChristoph Hellwig2-22/+13
2023-02-03sunrpc: use bvec_set_page to initialize bvecsChristoph Hellwig2-8/+4
2023-02-03rxrpc: use bvec_set_page to initialize a bvecChristoph Hellwig1-5/+3
2023-02-02Merge tag 'linux-can-fixes-for-6.2-20230202' of git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-canJakub Kicinski3-56/+64
2023-02-02net: openvswitch: fix flow memory leak in ovs_flow_cmd_newFedor Pchelkin1-6/+6
2023-02-02can: isotp: split tx timer into transmission and timeoutOliver Hartkopp1-36/+29
2023-02-02can: isotp: handle wait_event_interruptible() return valuesOliver Hartkopp1-0/+4
2023-02-02can: raw: fix CAN FD frame transmissions over CAN XL devicesOliver Hartkopp1-16/+31
2023-02-02can: j1939: fix errant WARN_ON_ONCE in j1939_session_deactivateZiyang Xuan1-4/+0
2023-02-01ip/ip6_gre: Fix non-point-to-point tunnel not generating IPv6 link local addressThomas Winter1-5/+5
2023-02-01ip/ip6_gre: Fix changing addr gen mode not generating IPv6 link local addressThomas Winter1-22/+27
2023-01-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfJakub Kicinski2-2/+4
2023-01-31net: fix NULL pointer in skb_segment_listYan Zhai1-3/+2
2023-01-31sctp: do not check hb_timer.expires when resetting hb_timerXin Long1-3/+1
2023-01-31Revert "netfilter: conntrack: fix bug in for_each_sctp_chunk"Florian Westphal1-2/+3
2023-01-31netfilter: br_netfilter: disable sabotage_in hook after first suppressionFlorian Westphal1-0/+1
2023-01-31net: sched: sch: Bounds check priorityKees Cook1-1/+4
2023-01-30Merge tag 'ieee802154-for-net-2023-01-30' of git://git.kernel.org/pub/scm/linux/kernel/git/sschmidt/wpanJakub Kicinski1-1/+0
2023-01-30net/tls: tls_is_tx_ready() checked list_entryPietro Borrello1-1/+1
2023-01-30xfrm: fix bug with DSCP copy to v6 from v4 tunnelChristian Hopps1-2/+1