summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* devlink: Fix netdev notifier chain corruptionIdo Schimmel2023-02-162-12/+1
* net: mpls: fix stale pointer if allocation fails during device renameJakub Kicinski2023-02-151-0/+4
* net/sched: tcindex: search key must be 16 bitsPedro Tammela2023-02-151-1/+1
* tipc: fix kernel warning when sending SYN messageTung Nguyen2023-02-141-0/+2
* net: use a bounce buffer for copying skb->markEric Dumazet2023-02-141-3/+6
* net/sched: act_ctinfo: use percpu statsPedro Tammela2023-02-131-3/+3
* net: Fix unwanted sign extension in netdev_stats_to_stats64()Felix Riemann2023-02-131-1/+1
* net: openvswitch: fix possible memory leak in ovs_meter_cmd_set()Hangyu Hua2023-02-131-1/+3
* af_key: Fix heap information leakHyunwoo Kim2023-02-131-1/+1
* net: Remove WARN_ON_ONCE(sk->sk_forward_alloc) from sk_stream_kill_queues().Kuniyuki Iwashima2023-02-102-1/+1
* dccp/tcp: Avoid negative sk_forward_alloc by ipv6_pinfo.pktoptions.Kuniyuki Iwashima2023-02-102-12/+5
* net/sched: tcindex: update imperfect hash filters respecting rcuPedro Tammela2023-02-101-4/+30
* sctp: sctp_sock_filter(): avoid list_entry() on possibly empty listPietro Borrello2023-02-101-3/+1
* net: initialize net->notrefcnt_tracker earlierEric Dumazet2023-02-091-1/+9
* ipv6: Fix tcp socket connection with DSCP.Guillaume Nault2023-02-091-0/+1
* ipv6: Fix datagram socket connection with DSCP.Guillaume Nault2023-02-091-1/+1
* rds: rds_rm_zerocopy_callback() use list_first_entry()Pietro Borrello2023-02-091-3/+3
* Merge tag 'ipsec-2023-02-08' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski2023-02-085-20/+73
|\
| * xfrm: fix bug with DSCP copy to v6 from v4 tunnelChristian Hopps2023-01-301-2/+1
| * xfrm: annotate data-race around use_timeEric Dumazet2023-01-272-9/+12
| * xfrm: consistently use time64_t in xfrm_timer_handler()Eric Dumazet2023-01-271-4/+4
| * xfrm/compat: prevent potential spectre v1 gadget in xfrm_xlate32_attr()Eric Dumazet2023-01-231-0/+2
| * xfrm: compat: change expression for switch in xfrm_xlate64Anastasia Belova2023-01-121-1/+1
| * Fix XFRM-I support for nested ESP tunnelsBenedict Wong2023-01-092-4/+53
* | mptcp: be careful on subflow status propagation on errorsPaolo Abeni2023-02-081-1/+9
* | mptcp: fix locking for in-kernel listener creationPaolo Abeni2023-02-082-5/+7
* | mptcp: fix locking for setsockopt corner-casePaolo Abeni2023-02-081-2/+9
* | mptcp: do not wait for bare sockets' timeoutPaolo Abeni2023-02-081-0/+9
* | txhash: fix sk->sk_txrehash defaultKevin Yang2023-02-084-4/+4
* | net: sched: sch: Fix off by one in htb_activate_prios()Dan Carpenter2023-02-071-1/+1
* | Merge tag 'linux-can-fixes-for-6.2-20230207' of git://git.kernel.org/pub/scm/...Jakub Kicinski2023-02-071-0/+40
|\ \
| * | can: j1939: do not wait 250 ms if the same addr was already claimedDevid Antonio Filoni2023-02-071-0/+40
* | | devlink: change port event netdev notifier from per-net to globalJiri Pirko2023-02-071-3/+6
|/ /
* | neigh: make sure used and confirmed times are validJulian Anastasov2023-02-061-3/+15
* | Merge tag 'linux-can-fixes-for-6.2-20230202' of git://git.kernel.org/pub/scm/...Jakub Kicinski2023-02-023-56/+64
|\ \
| * | can: isotp: split tx timer into transmission and timeoutOliver Hartkopp2023-02-021-36/+29
| * | can: isotp: handle wait_event_interruptible() return valuesOliver Hartkopp2023-02-021-0/+4
| * | can: raw: fix CAN FD frame transmissions over CAN XL devicesOliver Hartkopp2023-02-021-16/+31
| * | can: j1939: fix errant WARN_ON_ONCE in j1939_session_deactivateZiyang Xuan2023-02-021-4/+0
* | | net: openvswitch: fix flow memory leak in ovs_flow_cmd_newFedor Pchelkin2023-02-021-6/+6
|/ /
* | ip/ip6_gre: Fix non-point-to-point tunnel not generating IPv6 link local addressThomas Winter2023-02-011-5/+5
* | ip/ip6_gre: Fix changing addr gen mode not generating IPv6 link local addressThomas Winter2023-02-011-22/+27
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfJakub Kicinski2023-01-312-2/+4
|\ \
| * | Revert "netfilter: conntrack: fix bug in for_each_sctp_chunk"Florian Westphal2023-01-311-2/+3
| * | netfilter: br_netfilter: disable sabotage_in hook after first suppressionFlorian Westphal2023-01-311-0/+1
* | | net: fix NULL pointer in skb_segment_listYan Zhai2023-01-311-3/+2
* | | sctp: do not check hb_timer.expires when resetting hb_timerXin Long2023-01-311-3/+1
* | | net: sched: sch: Bounds check priorityKees Cook2023-01-311-1/+4
|/ /
* | Merge tag 'ieee802154-for-net-2023-01-30' of git://git.kernel.org/pub/scm/lin...Jakub Kicinski2023-01-301-1/+0
|\ \
| * | mac802154: Fix possible double free upon parsing errorMiquel Raynal2022-12-191-1/+0